Searched refs:F8MHZ (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/media/tuners/
H A Dxc2028-types.h15 #define BASE_TYPES (BASE|F8MHZ|MTS|FM|INPUT1|INPUT2|INIT1)
17 /* F8MHZ marks BASE firmwares for 8 MHz Bandwidth */
18 #define F8MHZ (1<<1) macro
H A Dxc2028.c182 if (type & F8MHZ)
183 printk(KERN_CONT "F8MHZ ");
790 rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ,
814 rc = load_firmware(fe, new_fw.type & ~F8MHZ, &new_fw.id);
1179 type |= F8MHZ;
1250 type |= F8MHZ;
1257 type |= F8MHZ;
H A Dxc4000.c556 if (type & F8MHZ)
557 printk(KERN_CONT "F8MHZ ");

Completed in 177 milliseconds