Searched refs:INIT1 (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/drivers/media/tuners/ |
D | xc2028-types.h | 15 #define BASE_TYPES (BASE|F8MHZ|MTS|FM|INPUT1|INPUT2|INIT1) 72 #define INIT1 (1<<14) macro
|
D | xc4000.c | 554 if (type & INIT1) in dump_firm_type_and_int_freq() 641 & (BASE | INIT1 | FM | DTV6 | DTV7 | DTV78 | DTV8 | SCODE)) in seek_firmware() 984 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware() 986 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware()
|
D | xc2028.c | 180 if (type & INIT1) in dump_firm_type_and_int_freq() 788 rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0); in check_firmware() 790 rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ, in check_firmware()
|
/Linux-v6.1/sound/isa/gus/ |
D | gusextreme.c | 170 outb(gus->gf1.port & 0x040 ? 2 : 0, ES1688P(es1688, INIT1)); in snd_gusextreme_detect() 172 outb(gus->gf1.port & 0x020 ? 2 : 0, ES1688P(es1688, INIT1)); in snd_gusextreme_detect() 174 outb(gus->gf1.port & 0x010 ? 3 : 1, ES1688P(es1688, INIT1)); in snd_gusextreme_detect()
|