Home
last modified time | relevance | path

Searched refs:active_bitmap (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_cmn.c3248 u8 active_bitmap; in wlc_phy_stf_chain_active_get() local
3251 active_bitmap = (pi->phy_txcore_heatedup) ? 0x31 : 0x33; in wlc_phy_stf_chain_active_get()
3254 return active_bitmap; in wlc_phy_stf_chain_active_get()
3263 active_bitmap &= 0xFD; in wlc_phy_stf_chain_active_get()
3268 active_bitmap |= 0x2; in wlc_phy_stf_chain_active_get()
3274 return active_bitmap; in wlc_phy_stf_chain_active_get()