Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c1303 const struct lcnphy_rx_iqcomp *iqcomp, in wlc_lcnphy_rx_iq_cal() argument
1327 if (iqcomp[iqcomp_sz].chan == in wlc_lcnphy_rx_iq_cal()
1331 iqcomp[iqcomp_sz].a, in wlc_lcnphy_rx_iq_cal()
1333 iqcomp[iqcomp_sz].b); in wlc_lcnphy_rx_iq_cal()
H A Dphy_n.c18792 u32 iqcomp, locomp, curr_locomp; in wlc_phy_txpwrctrl_coeff_setup_nphy() local
18807 iqcomp = in wlc_phy_txpwrctrl_coeff_setup_nphy()
18815 regval[idx] = iqcomp; in wlc_phy_txpwrctrl_coeff_setup_nphy()
28305 u32 iqcomp; in wlc_phy_txpwr_index_nphy() local
28469 &iqcomp); in wlc_phy_txpwr_index_nphy()
28470 iqcomp_a = (iqcomp >> 10) & ((1 << (19 - 10 + 1)) - 1); in wlc_phy_txpwr_index_nphy()
28471 iqcomp_b = (iqcomp >> 0) & ((1 << (9 - 0 + 1)) - 1); in wlc_phy_txpwr_index_nphy()