Searched refs:pll_integer (Results 1 – 3 of 3) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | da7213.c | 1609 u8 pll_frac_top, pll_frac_bot, pll_integer; in _da7213_set_component_pll() local 1685 pll_integer = fout / freq_ref; in _da7213_set_component_pll() 1694 snd_soc_component_write(component, DA7213_PLL_INTEGER, pll_integer); in _da7213_set_component_pll()
|
H A D | da7219.c | 1225 u8 pll_frac_top, pll_frac_bot, pll_integer; in da7219_set_pll() local 1277 pll_integer = fout / freq_ref; in da7219_set_pll() 1286 snd_soc_component_write(component, DA7219_PLL_INTEGER, pll_integer); in da7219_set_pll()
|
H A D | da7218.c | 1862 u8 pll_frac_top, pll_frac_bot, pll_integer; in da7218_set_dai_pll() local 1914 pll_integer = fout / freq_ref; in da7218_set_dai_pll() 1923 snd_soc_component_write(component, DA7218_PLL_INTEGER, pll_integer); in da7218_set_dai_pll()
|