Searched refs:gc3 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/tuners/ |
H A D | tda827x.c | 87 u8 gc3; member 184 buf[6] = (tda827x_table[i].gc3 << 4) + 0x8f; in tda827xo_set_params() 272 tuner_reg[6] = 0x8f + (tda827x_table[i].gc3 << 4); in tda827xo_set_analog_params() 339 u8 gc3; member 343 { .lomax = 56875000, .svco = 3, .spd = 4, .scr = 0, .sbs = 0, .gc3 = 1}, 369 { .lomax = 0, .svco = 0, .spd = 0, .scr = 0, .sbs = 0, .gc3 = 0} 399 { .lomax = 0, .svco = 0, .spd = 0, .scr = 0, .sbs = 0, .gc3 = 0} 557 buf[6] = 0x4b + (frequency_map[i].gc3 << 4); in tda827xa_set_params() 631 buf[1] = 0x4f + (frequency_map[i].gc3 << 4); in tda827xa_set_params() 686 tuner_reg[6] = 0x8b + (tda827xa_analog[i].gc3 << 4); in tda827xa_set_analog_params() [all …]
|