Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_cmn.c2252 u8 pwr0, pwr1, adj_pwr0, adj_pwr1; in wlc_phy_txpower_est_power_nphy() local
2279 adj_pwr0 = (u8) (tx0_status & (0xff << 0)) in wlc_phy_txpower_est_power_nphy()
2282 adj_pwr0 = 0x80; in wlc_phy_txpower_est_power_nphy()
2293 (u32) ((pwr0 << 24) | (pwr1 << 16) | (adj_pwr0 << 8) | adj_pwr1); in wlc_phy_txpower_est_power_nphy()