Searched refs:INIT1 (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/media/common/tuners/ |
D | tuner-xc2028-types.h | 14 #define BASE_TYPES (BASE|F8MHZ|MTS|FM|INPUT1|INPUT2|INIT1) 71 #define INIT1 (1<<14) macro
|
D | tuner-xc2028.c | 163 if (type & INIT1) in dump_firm_type_and_int_freq() 757 rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0); in check_firmware() 759 rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ, in check_firmware()
|
/linux-2.6.39/lib/ |
D | crc32.c | 440 #define INIT1 0 macro 459 crc1 = test_step(INIT1, buf1, i); in main() 462 crc3 = test_step(INIT1 ^ INIT2, buf3, i); in main()
|
/linux-2.6.39/sound/isa/gus/ |
D | gusextreme.c | 184 outb(gus->gf1.port & 0x040 ? 2 : 0, ES1688P(es1688, INIT1)); in snd_gusextreme_detect() 186 outb(gus->gf1.port & 0x020 ? 2 : 0, ES1688P(es1688, INIT1)); in snd_gusextreme_detect() 188 outb(gus->gf1.port & 0x010 ? 3 : 1, ES1688P(es1688, INIT1)); in snd_gusextreme_detect()
|