HomeSort by: relevance | last modified time | path
    Searched defs:amode (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
xc5k.c 303 uint16_t amode, vmode; local in function:xc5k_tune_video
311 amode = XC5K_AUDIO_MODE_BTSC;
322 if (xc5k_write_2(xc, XC5K_REG_AUDIO_MODE, amode))
353 uint16_t amode, vmode; local in function:xc5k_tune_dtv
371 amode = XC5K_AUDIO_MODE_DTV6;
387 amode = XC5K_AUDIO_MODE_DTV6;
392 amode = XC5K_AUDIO_MODE_DTV78;
411 if (xc5k_write_2(xc, XC5K_REG_AUDIO_MODE, amode))
  /src/sys/arch/m68k/m68k/
db_disasm.c 890 int sz, ch, amode; local in function:opcode_addsub
893 amode = 0;
905 amode = 1;
915 if (!amode && (IS_INST(ADDX,opc) || IS_INST(SUBX,opc))) {
943 if (amode)
948 if (ISBITSET(opc,8) && amode == 0) {
955 if (amode)

Completed in 38 milliseconds