Searched refs:INIT1 (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/media/tuners/ |
D | tuner-xc2028-types.h | 14 #define BASE_TYPES (BASE|F8MHZ|MTS|FM|INPUT1|INPUT2|INIT1) 71 #define INIT1 (1<<14) macro
|
D | xc4000.c | 574 if (type & INIT1) in dump_firm_type_and_int_freq() 661 & (BASE | INIT1 | FM | DTV6 | DTV7 | DTV78 | DTV8 | SCODE)) in seek_firmware() 1007 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware() 1009 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware()
|
D | tuner-xc2028.c | 183 if (type & INIT1) in dump_firm_type_and_int_freq() 786 rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0); in check_firmware() 788 rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ, in check_firmware()
|
/linux-4.1.27/sound/isa/gus/ |
D | gusextreme.c | 186 outb(gus->gf1.port & 0x040 ? 2 : 0, ES1688P(es1688, INIT1)); in snd_gusextreme_detect() 188 outb(gus->gf1.port & 0x020 ? 2 : 0, ES1688P(es1688, INIT1)); in snd_gusextreme_detect() 190 outb(gus->gf1.port & 0x010 ? 3 : 1, ES1688P(es1688, INIT1)); in snd_gusextreme_detect()
|