Home
last modified time | relevance | path

Searched refs:adj_pwr1 (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
2286 adj_pwr1 = (u8) (tx1_status & (0xff << 0)) in wlc_phy_txpower_est_power_nphy()
2289 adj_pwr1 = 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()