Searched refs:pllctl (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/ssb/ |
A D | driver_chipcommon_pmu.c | 95 u32 pmuctl, tmp, pllctl; in ssb_pmu0_pllinit_r0() local 144 pllctl = ssb_chipco_pll_read(cc, SSB_PMU0_PLLCTL0); in ssb_pmu0_pllinit_r0() 146 pllctl |= SSB_PMU0_PLLCTL0_PDIV_MSK; in ssb_pmu0_pllinit_r0() 148 pllctl &= ~SSB_PMU0_PLLCTL0_PDIV_MSK; in ssb_pmu0_pllinit_r0() 149 ssb_chipco_pll_write(cc, SSB_PMU0_PLLCTL0, pllctl); in ssb_pmu0_pllinit_r0() 153 pllctl &= ~SSB_PMU0_PLLCTL1_STOPMOD; in ssb_pmu0_pllinit_r0() 158 pllctl |= SSB_PMU0_PLLCTL1_STOPMOD; in ssb_pmu0_pllinit_r0() 163 pllctl &= ~SSB_PMU0_PLLCTL2_WILD_IMSKHI; in ssb_pmu0_pllinit_r0() 227 u32 tmp, pllctl, pmuctl; in ssb_pmu1_pllinit_r0() local 296 pllctl &= ~SSB_PMU1_PLLCTL3_NDIVFRAC; in ssb_pmu1_pllinit_r0() [all …]
|
/linux-6.3-rc2/sound/pci/ctxfi/ |
A D | cthw20k2.c | 1304 unsigned int pllctl; in hw_pll_init() local 1310 pllctl = 0x20C00000; in hw_pll_init() 1311 set_field(&pllctl, PLLCTL_B, 0); in hw_pll_init() 1313 set_field(&pllctl, PLLCTL_RD, 48000 == rsr ? 1 - 1 : 10 - 1); in hw_pll_init() 1314 hw_write_20kx(hw, PLL_CTL, pllctl); in hw_pll_init() 1317 pllctl = hw_read_20kx(hw, PLL_CTL); in hw_pll_init() 1319 hw_write_20kx(hw, PLL_CTL, pllctl); in hw_pll_init() 1328 get_field(pllctl, PLLCTL_B)) in hw_pll_init() 1332 get_field(pllctl, PLLCTL_SRC)) in hw_pll_init() 1336 get_field(pllctl, PLLCTL_RD)) in hw_pll_init() [all …]
|
A D | cthw20k1.c | 1309 unsigned int pllctl; in hw_pll_init() local 1312 pllctl = (48000 == rsr) ? 0x1480a001 : 0x1480a731; in hw_pll_init() 1314 if (hw_read_20kx(hw, PLLCTL) == pllctl) in hw_pll_init() 1317 hw_write_20kx(hw, PLLCTL, pllctl); in hw_pll_init()
|
Completed in 13 milliseconds