Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/tuners/
H A Dfc2580.c34 u8 synth_config; in fc2580_set_params() local
70 synth_config = fc2580_pll_lut[i].band; in fc2580_set_params()
72 synth_config |= 0x06; in fc2580_set_params()
74 synth_config |= 0x0e; in fc2580_set_params()
99 ret = regmap_write(dev->regmap, 0x02, synth_config); in fc2580_set_params()