Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/util/
Dhndpmu.c101 si_corereg(sih, SI_CC_IDX, offsetof(chipcregs_t, pmucontrol), in si_pmu_pllupd()
276 oldpmucontrol = R_REG(&cc->pmucontrol); in si_pmu_force_ilp()
278 W_REG(&cc->pmucontrol, oldpmucontrol & in si_pmu_force_ilp()
281 W_REG(&cc->pmucontrol, oldpmucontrol | in si_pmu_force_ilp()
1188 xf = (R_REG(&cc->pmucontrol) & PCTL_XTALFREQ_MASK) >> in si_pmu1_alpclk0()
1235 if ((((R_REG(&cc->pmucontrol) & PCTL_XTALFREQ_MASK) >> in si_pmu1_pllinit0()
1428 OR_REG(&cc->pmucontrol, PCTL_PLL_PLLCTL_UPD); in si_pmu1_pllinit0()
1431 tmp = R_REG(&cc->pmucontrol) & in si_pmu1_pllinit0()
1444 W_REG(&cc->pmucontrol, tmp); in si_pmu1_pllinit0()
1987 AND_REG(&cc->pmucontrol, ~PCTL_NOILP_ON_WAIT); in si_pmu_init()
[all …]
/linux-2.6.39/drivers/staging/brcm80211/include/
Dsbchipc.h194 u32 pmucontrol; /* 0x600 */ member