Home
last modified time | relevance | path

Searched refs:INIT1 (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)
72 #define INIT1 (1<<14) macro
Dxc4000.c565 if (type & INIT1) in dump_firm_type_and_int_freq()
652 & (BASE | INIT1 | FM | DTV6 | DTV7 | DTV78 | DTV8 | SCODE)) in seek_firmware()
996 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware()
998 rc = load_firmware(fe, BASE | INIT1, &std0); in check_firmware()
Dtuner-xc2028.c180 if (type & INIT1) in dump_firm_type_and_int_freq()
789 rc = load_firmware(fe, BASE | INIT1 | new_fw.type, &std0); in check_firmware()
791 rc = load_firmware(fe, (BASE | INIT1 | new_fw.type) & ~F8MHZ, in check_firmware()