Searched refs:pll_frac_bot (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/sound/soc/codecs/ |
D | da9055.c | 1285 u8 pll_frac_top, pll_frac_bot, pll_integer, cnt; in da9055_set_dai_pll() local 1302 pll_frac_bot = da9055_pll_div[cnt].frac_bot; in da9055_set_dai_pll() 1312 snd_soc_component_write(component, DA9055_PLL_FRAC_BOT, pll_frac_bot); in da9055_set_dai_pll()
|
D | da7213.c | 1413 u8 pll_frac_top, pll_frac_bot, pll_integer; in _da7213_set_component_pll() local 1493 pll_frac_bot = (frac_div) & DA7213_BYTE_MASK; in _da7213_set_component_pll() 1497 snd_soc_component_write(component, DA7213_PLL_FRAC_BOT, pll_frac_bot); in _da7213_set_component_pll()
|
D | da7219.c | 1222 u8 pll_frac_top, pll_frac_bot, pll_integer; in da7219_set_pll() local 1278 pll_frac_bot = (frac_div) & DA7219_BYTE_MASK; in da7219_set_pll() 1282 snd_soc_component_write(component, DA7219_PLL_FRAC_BOT, pll_frac_bot); in da7219_set_pll()
|
D | da7218.c | 1862 u8 pll_frac_top, pll_frac_bot, pll_integer; in da7218_set_dai_pll() local 1918 pll_frac_bot = (frac_div) & DA7218_BYTE_MASK; in da7218_set_dai_pll() 1922 snd_soc_component_write(component, DA7218_PLL_FRAC_BOT, pll_frac_bot); in da7218_set_dai_pll()
|