INIT1
#define BASE_TYPES (BASE|F8MHZ|MTS|FM|INPUT1|INPUT2|INIT1)
if (type & INIT1)
rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0);
rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ,
if (type & INIT1)
& (BASE | INIT1 | FM | DTV6 | DTV7 | DTV78 | DTV8 | SCODE))
rc = load_firmware(fe, BASE | INIT1, &std0);
rc = load_firmware(fe, BASE | INIT1, &std0);
outb(gus->gf1.port & 0x040 ? 2 : 0, ES1688P(es1688, INIT1));
outb(gus->gf1.port & 0x020 ? 2 : 0, ES1688P(es1688, INIT1));
outb(gus->gf1.port & 0x010 ? 3 : 1, ES1688P(es1688, INIT1));