Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_n.c28234 u16 iqloCalbuf[7]; in wlc_phy_txpwrctrl_coeff_setup_nphy() local
28244 wlc_phy_table_read_nphy(pi, 15, 7, 80, 16, iqloCalbuf); in wlc_phy_txpwrctrl_coeff_setup_nphy()
28252 26) ? (((u32) (iqloCalbuf[0] & 0x3ff)) << 10) | in wlc_phy_txpwrctrl_coeff_setup_nphy()
28253 (iqloCalbuf[1] & 0x3ff) in wlc_phy_txpwrctrl_coeff_setup_nphy()
28254 : (((u32) (iqloCalbuf[2] & 0x3ff)) << 10) | in wlc_phy_txpwrctrl_coeff_setup_nphy()
28255 (iqloCalbuf[3] & 0x3ff); in wlc_phy_txpwrctrl_coeff_setup_nphy()
28269 (u32) ((tbl_id == 26) ? iqloCalbuf[5] : iqloCalbuf[6]); in wlc_phy_txpwrctrl_coeff_setup_nphy()