Home
last modified time | relevance | path

Searched refs:F8MHZ (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/tuners/
Dtuner-xc2028-types.h14 #define BASE_TYPES (BASE|F8MHZ|MTS|FM|INPUT1|INPUT2|INIT1)
17 #define F8MHZ (1<<1) macro
Dtuner-xc2028.c185 if (type & F8MHZ) in dump_firm_type_and_int_freq()
788 rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ, in check_firmware()
812 rc = load_firmware(fe, new_fw.type & ~F8MHZ, &new_fw.id); in check_firmware()
1181 type |= F8MHZ; in xc2028_set_analog_freq()
1252 type |= F8MHZ; in xc2028_set_params()
1259 type |= F8MHZ; in xc2028_set_params()
Dxc4000.c576 if (type & F8MHZ) in dump_firm_type_and_int_freq()