Searched refs:forcefastclk (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.h363 bool forcefastclk; /* true if h/w is forcing to use fast clk */ member in struct:brcms_hardware
H A Dmain.c1275 wlc_hw->forcefastclk = (mode == BCMA_CLKMODE_FAST);
1282 wlc_hw->forcefastclk = ai_clkctl_cc(wlc_hw->sih, mode);
1285 if (wlc_hw->forcefastclk && wlc_hw->clk)
1290 * keep the ucode wake bit on if forcefastclk is on since we
1293 * current forcefastclk state. Only setting bit in wake_override
1295 * behavior. Older code set wlc->forcefastclk but only had the
1299 if (wlc_hw->forcefastclk)
1579 fastclk = wlc_hw->forcefastclk;
2002 fastclk = wlc_hw->forcefastclk;
3342 fastclk = wlc_hw->forcefastclk;
[all...]

Completed in 219 milliseconds