Searched refs:AIC32X4_PLLPR (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/sound/soc/codecs/ |
D | tlv320aic32x4-clk.c | 51 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()
|
D | tlv320aic32x4.h | 33 #define AIC32X4_PLLPR AIC32X4_REG(0, 5) macro
|