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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_power.c196 u32 pll_on_delay; local
210 pll_on_delay = bcm43xx_read32(bcm, BCM43xx_CHIPCOMMON_PLLONDELAY);
211 delay = (((pll_on_delay + 2) * 1000000) + (minfreq - 1)) / minfreq;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dsiutils.c1737 uint pll_on_delay, fref_sel_delay; local
1752 pll_on_delay = ((slowmaxfreq * pll_delay) + 999999) / 1000000;
1755 W_REG(sii->osh, &cc->pll_on_delay, pll_on_delay);
1828 fpdelay = (((R_REG(sii->osh, &cc->pll_on_delay) + 2) * 1000000) +
2643 bcm_bprintf(b, "pll_on_delay 0x%x fref_sel_delay 0x%x ",
2644 cc->pll_on_delay, cc->fref_sel_delay);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dsbchipc.h158 uint32 pll_on_delay; /* 0xb0 */ member in struct:__anon3234

Completed in 113 milliseconds