Searched refs:F8MHZ (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/common/tuners/
H A Dtuner-xc2028-types.h14 #define BASE_TYPES (BASE|F8MHZ|MTS|FM|INPUT1|INPUT2|INIT1)
16 /* F8MHZ marks BASE firmwares for 8 MHz Bandwidth */
17 #define F8MHZ (1<<1) macro
H A Dtuner-xc2028.c165 if (type & F8MHZ)
166 printk("F8MHZ ");
758 rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ,
782 rc = load_firmware(fe, new_fw.type & ~F8MHZ, &new_fw.id);
1045 type |= F8MHZ;
1092 type |= F8MHZ;
1100 type |= F8MHZ;

Completed in 34 milliseconds