Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/tuners/
Dtuner-xc2028-types.h89 #define SCODE (1 << 29) macro
97 #define SCODE_TYPES (SCODE | MTS)
Dtuner-xc2028.c236 if (type & SCODE) in dump_firm_type_and_int_freq()
451 if (((type & ~SCODE) == 0) && (*id == 0)) in seek_firmware()
456 else if (type & SCODE) { in seek_firmware()
466 if (!(type & SCODE)) in seek_firmware()
740 new_fw.scode_table = SCODE | priv->ctrl.scode_table; in check_firmware()
Dxc4000.c621 if (type & SCODE) in dump_firm_type_and_int_freq()
639 if (((type & ~SCODE) == 0) && (*id == 0)) in seek_firmware()
648 & (BASE_TYPES | DTV_TYPES | LCD | NOGD | MONO | SCODE); in seek_firmware()
652 & (BASE | INIT1 | FM | DTV6 | DTV7 | DTV78 | DTV8 | SCODE)) in seek_firmware()
955 new_fw.scode_table = SCODE; in check_firmware()