Searched refs:regmap_pll (Results 1 – 1 of 1) sorted by relevance
| /linux/sound/soc/fsl/ |
| H A D | fsl_xcvr.c | 42 struct regmap *regmap_pll; member 434 regmap_set_bits(xcvr->regmap_pll, FSL_XCVR_PLL_BANDGAP, in fsl_xcvr_en_phy_pll() 438 regmap_write(xcvr->regmap_pll, FSL_XCVR_PLL_CTRL0, fsl_xcvr_pll_cfg[i].mfi); in fsl_xcvr_en_phy_pll() 440 regmap_write(xcvr->regmap_pll, FSL_XCVR_PLL_NUM, fsl_xcvr_pll_cfg[i].mfn); in fsl_xcvr_en_phy_pll() 442 regmap_write(xcvr->regmap_pll, FSL_XCVR_PLL_DEN, fsl_xcvr_pll_cfg[i].mfd); in fsl_xcvr_en_phy_pll() 444 regmap_set_bits(xcvr->regmap_pll, FSL_XCVR_PLL_CTRL0, in fsl_xcvr_en_phy_pll() 448 regmap_clear_bits(xcvr->regmap_pll, FSL_XCVR_PLL_CTRL0, in fsl_xcvr_en_phy_pll() 453 regmap_write(xcvr->regmap_pll, FSL_XCVR_PLL_PDIV, in fsl_xcvr_en_phy_pll() 456 regmap_set_bits(xcvr->regmap_pll, FSL_XCVR_PLL_CTRL0, in fsl_xcvr_en_phy_pll() 460 regmap_write(xcvr->regmap_pll, FSL_XCVR_PLL_PDIV, in fsl_xcvr_en_phy_pll() [all …]
|