Searched refs:crystalfreq (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/ssb/
H A Ddriver_chipcommon_pmu.c75 static const struct pmu0_plltab_entry * pmu0_plltab_find_entry(u32 crystalfreq) argument
82 if (e->freq == crystalfreq)
89 /* Tune the PLL to the crystal speed. crystalfreq is in kHz. */
91 u32 crystalfreq)
98 if (crystalfreq)
99 e = pmu0_plltab_find_entry(crystalfreq);
103 crystalfreq = e->freq;
104 cc->pmu.crystalfreq = e->freq;
114 crystalfreq / 1000, crystalfreq
90 ssb_pmu0_pllinit_r0(struct ssb_chipcommon *cc, u32 crystalfreq) argument
206 pmu1_plltab_find_entry(u32 crystalfreq) argument
221 ssb_pmu1_pllinit_r0(struct ssb_chipcommon *cc, u32 crystalfreq) argument
320 u32 crystalfreq = 0; /* in kHz. 0 = keep default freq. */ local
621 u32 crystalfreq; local
[all...]
/linux-master/drivers/rtc/
H A Drtc-stmp3xxx.c251 u32 crystalfreq = 0; local
308 crystalfreq = 32000;
310 crystalfreq = 32768;
313 &crystalfreq);
315 switch (crystalfreq) {
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c505 u32 crystalfreq, tmp, ref; local
544 crystalfreq = bus->chipco.pmu.crystalfreq * 1000;
547 B43_WARN_ON(crystalfreq == 0);
549 if (crystalfreq <= 30000000) {
557 tmp = (((800000000 * lpphy->pdiv + crystalfreq) /
558 (2 * crystalfreq)) - 8) & 0xFF;
561 tmp = (((100 * crystalfreq + 16000000 * lpphy->pdiv) /
565 tmp = (((2 * crystalfreq + 1000000 * lpphy->pdiv) /
569 ref = (1000 * lpphy->pdiv + 2 * crystalfreq) / (200
[all...]
/linux-master/include/linux/ssb/
H A Dssb_driver_chipcommon.h584 u32 crystalfreq; /* The active crystal frequency (in kHz) */ member in struct:ssb_chipcommon_pmu
/linux-master/include/linux/bcma/
H A Dbcma_driver_chipcommon.h582 u32 crystalfreq; /* The active crystal frequency (in kHz) */ member in struct:bcma_chipcommon_pmu

Completed in 220 milliseconds