Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dda9055.c1289 u8 pll_frac_top, pll_frac_bot, pll_integer, cnt; in da9055_set_dai_pll() local
1306 pll_frac_bot = da9055_pll_div[cnt].frac_bot; in da9055_set_dai_pll()
1316 snd_soc_component_write(component, DA9055_PLL_FRAC_BOT, pll_frac_bot); in da9055_set_dai_pll()
Dda7213.c1394 u8 pll_frac_top, pll_frac_bot, pll_integer; in da7213_set_dai_pll() local
1474 pll_frac_bot = (frac_div) & DA7213_BYTE_MASK; in da7213_set_dai_pll()
1478 snd_soc_component_write(component, DA7213_PLL_FRAC_BOT, pll_frac_bot); in da7213_set_dai_pll()
Dda7219.c1219 u8 pll_frac_top, pll_frac_bot, pll_integer; in da7219_set_pll() local
1275 pll_frac_bot = (frac_div) & DA7219_BYTE_MASK; in da7219_set_pll()
1279 snd_soc_component_write(component, DA7219_PLL_FRAC_BOT, pll_frac_bot); in da7219_set_pll()
Dda7218.c1866 u8 pll_frac_top, pll_frac_bot, pll_integer; in da7218_set_dai_pll() local
1922 pll_frac_bot = (frac_div) & DA7218_BYTE_MASK; in da7218_set_dai_pll()
1926 snd_soc_component_write(component, DA7218_PLL_FRAC_BOT, pll_frac_bot); in da7218_set_dai_pll()