Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/tuners/
Dfc2580.c47 u8 synth_config; in fc2580_set_params() local
83 synth_config = fc2580_pll_lut[i].band; in fc2580_set_params()
85 synth_config |= 0x06; in fc2580_set_params()
87 synth_config |= 0x0e; in fc2580_set_params()
112 ret = regmap_write(dev->regmap, 0x02, synth_config); in fc2580_set_params()