Searched refs:pllctl (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ssb/
H A Ddriver_chipcommon_pmu.c91 u32 pmuctl, tmp, pllctl; local
144 pllctl = ssb_chipco_pll_read(cc, SSB_PMU0_PLLCTL0);
146 pllctl |= SSB_PMU0_PLLCTL0_PDIV_MSK;
148 pllctl &= ~SSB_PMU0_PLLCTL0_PDIV_MSK;
149 ssb_chipco_pll_write(cc, SSB_PMU0_PLLCTL0, pllctl);
152 pllctl = ssb_chipco_pll_read(cc, SSB_PMU0_PLLCTL1);
153 pllctl &= ~SSB_PMU0_PLLCTL1_STOPMOD;
154 pllctl &= ~(SSB_PMU0_PLLCTL1_WILD_IMSK | SSB_PMU0_PLLCTL1_WILD_FMSK);
155 pllctl |= ((u32)e->wb_int << SSB_PMU0_PLLCTL1_WILD_IMSK_SHIFT) & SSB_PMU0_PLLCTL1_WILD_IMSK;
156 pllctl |
227 u32 tmp, pllctl, pmuctl; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dcthw20k2.c1296 unsigned int pllctl; local
1302 pllctl = 0x20D00000;
1303 set_field(&pllctl, PLLCTL_FD, 16 - 4);
1304 hw_write_20kx(hw, PLL_CTL, pllctl);
1306 pllctl = hw_read_20kx(hw, PLL_CTL);
1307 set_field(&pllctl, PLLCTL_B, 0);
1309 set_field(&pllctl, PLLCTL_FD, 16 - 2);
1310 set_field(&pllctl, PLLCTL_RD, 1 - 1);
1312 set_field(&pllctl, PLLCTL_FD, 147 - 2);
1313 set_field(&pllctl, PLLCTL_R
[all...]
H A Dcthw20k1.c1313 unsigned int pllctl; local
1316 pllctl = (48000 == rsr) ? 0x1480a001 : 0x1480a731;
1318 if (hw_read_20kx(hw, PLLCTL) == pllctl)
1321 hw_write_20kx(hw, PLLCTL, pllctl);

Completed in 107 milliseconds