Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/tuners/
Dxc2028-types.h89 #define SCODE (1 << 29) macro
97 #define SCODE_TYPES (SCODE | MTS)
Dxc2028.c236 if (type & SCODE) in dump_firm_type_and_int_freq()
450 if (((type & ~SCODE) == 0) && (*id == 0)) in seek_firmware()
455 else if (type & SCODE) { in seek_firmware()
465 if (!(type & SCODE)) in seek_firmware()
739 new_fw.scode_table = SCODE | priv->ctrl.scode_table; in check_firmware()
Dxc4000.c612 if (type & SCODE) in dump_firm_type_and_int_freq()
630 if (((type & ~SCODE) == 0) && (*id == 0)) in seek_firmware()
639 & (BASE_TYPES | DTV_TYPES | LCD | NOGD | MONO | SCODE); in seek_firmware()
643 & (BASE | INIT1 | FM | DTV6 | DTV7 | DTV78 | DTV8 | SCODE)) in seek_firmware()
945 new_fw.scode_table = SCODE; in check_firmware()