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

/drivers/net/wireless/bcmdhd/include/
H A Dsbsdpcmdev.h209 #define I_CHIPACTIVE (1 << 29) /* chip transitioned from doze to active state */ macro
/drivers/net/wireless/brcm80211/brcmfmac/
H A Ddhd_sdio.c179 #define I_CHIPACTIVE (1 << 29) /* chip from doze to active state */ macro
673 #define HOSTINTMASK (I_HMB_SW_MASK | I_CHIPACTIVE)
2491 if (intstatus & I_CHIPACTIVE) {
2493 intstatus &= ~I_CHIPACTIVE;
2577 brcmf_dbg(INFO, "rescheduled due to CLK_PENDING awaiting I_CHIPACTIVE interrupt\n");
/drivers/net/wireless/bcmdhd/
H A Ddhd_sdio.c516 #define HOSTINTMASK (I_HMB_SW_MASK | I_CHIPACTIVE)
5594 if (intstatus & I_CHIPACTIVE) {
5596 intstatus &= ~I_CHIPACTIVE;
5622 if (intstatus & I_CHIPACTIVE) {
5624 intstatus &= ~I_CHIPACTIVE;
5748 /* Awaiting I_CHIPACTIVE; don't resched */

Completed in 26 milliseconds