Searched refs:active_bitmap (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c2826 u8 active_bitmap; local
2829 active_bitmap = (pi->phy_txcore_heatedup) ? 0x31 : 0x33;
2832 return active_bitmap;
2841 active_bitmap &= 0xFD;
2846 active_bitmap |= 0x2;
2852 return active_bitmap;

Completed in 175 milliseconds