Home
last modified time | relevance | path

Searched refs:lomax (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/tuners/
H A Dtda827x.c82 u32 lomax; member
167 while (tda827x_table[i].lomax < tuner_freq) { in tda827xo_set_params()
168 if (tda827x_table[i + 1].lomax == 0) in tda827xo_set_params()
256 while (tda827x_table[i].lomax < N * 62500) { in tda827xo_set_analog_params()
257 if (tda827x_table[i + 1].lomax == 0) in tda827xo_set_analog_params()
334 u32 lomax; member
369 { .lomax = 0, .svco = 0, .spd = 0, .scr = 0, .sbs = 0, .gc3 = 0}
541 while (frequency_map[i].lomax < tuner_freq) { in tda827xa_set_params()
542 if (frequency_map[i + 1].lomax == 0) in tda827xa_set_params()
670 while (tda827xa_analog[i].lomax < N * 62500) { in tda827xa_set_analog_params()
[all …]
H A Dtda18271-maps.c12 u32 lomax; member
25 { .lomax = 32000, .pd = 0x5f, .d = 0xf0 },
26 { .lomax = 35000, .pd = 0x5e, .d = 0xe0 },
27 { .lomax = 37000, .pd = 0x5d, .d = 0xd0 },
28 { .lomax = 41000, .pd = 0x5c, .d = 0xc0 },
29 { .lomax = 44000, .pd = 0x5b, .d = 0xb0 },
30 { .lomax = 49000, .pd = 0x5a, .d = 0xa0 },
31 { .lomax = 54000, .pd = 0x59, .d = 0x90 },
32 { .lomax = 61000, .pd = 0x58, .d = 0x80 },
33 { .lomax = 65000, .pd = 0x4f, .d = 0x78 },
[all …]