Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dtlv320aic32x4-clk.c51 return regmap_update_bits(pll->regmap, AIC32X4_PLLPR, in clk_aic32x4_pll_prepare()
59 regmap_update_bits(pll->regmap, AIC32X4_PLLPR, in clk_aic32x4_pll_unprepare()
70 ret = regmap_read(pll->regmap, AIC32X4_PLLPR, &val); in clk_aic32x4_pll_is_prepared()
84 ret = regmap_read(pll->regmap, AIC32X4_PLLPR, &val); in clk_aic32x4_pll_get_muldiv()
114 ret = regmap_update_bits(pll->regmap, AIC32X4_PLLPR, in clk_aic32x4_pll_set_muldiv()
119 ret = regmap_update_bits(pll->regmap, AIC32X4_PLLPR, in clk_aic32x4_pll_set_muldiv()
259 regmap_read(pll->regmap, AIC32X4_PLLPR, &val); in clk_aic32x4_pll_get_parent()
H A Dtlv320aic32x4.h32 #define AIC32X4_PLLPR AIC32X4_REG(0, 5) macro