Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/tuners/
Dtuner-xc2028-types.h15 #define BASE_TYPES (BASE|F8MHZ|MTS|FM|INPUT1|INPUT2|INIT1)
18 #define F8MHZ (1<<1) macro
Dtuner-xc2028.c182 if (type & F8MHZ) in dump_firm_type_and_int_freq()
791 rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ, in check_firmware()
815 rc = load_firmware(fe, new_fw.type & ~F8MHZ, &new_fw.id); in check_firmware()
1180 type |= F8MHZ; in xc2028_set_analog_freq()
1251 type |= F8MHZ; in xc2028_set_params()
1258 type |= F8MHZ; in xc2028_set_params()
Dxc4000.c567 if (type & F8MHZ) in dump_firm_type_and_int_freq()