Searched refs:iqcomp (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/net/wireless/b43/
H A Dphy_lp.c1866 const struct lpphy_rx_iq_comp *iqcomp = NULL; lpphy_rx_iq_cal() local
1877 iqcomp = &lpphy_5354_iq_table[i]; lpphy_rx_iq_cal()
1881 iqcomp = &lpphy_rev2plus_iq_comp; lpphy_rx_iq_cal()
1885 iqcomp = &lpphy_rev0_1_iq_table[i]; lpphy_rx_iq_cal()
1890 if (B43_WARN_ON(!iqcomp)) lpphy_rx_iq_cal()
1893 b43_phy_maskset(dev, B43_LPPHY_RX_COMP_COEFF_S, 0xFF00, iqcomp->c1); lpphy_rx_iq_cal()
1895 0x00FF, iqcomp->c0 << 8); lpphy_rx_iq_cal()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c1371 const struct lcnphy_rx_iqcomp *iqcomp, wlc_lcnphy_rx_iq_cal()
1395 if (iqcomp[iqcomp_sz].chan == wlc_lcnphy_rx_iq_cal()
1399 iqcomp[iqcomp_sz].a, wlc_lcnphy_rx_iq_cal()
1401 iqcomp[iqcomp_sz].b); wlc_lcnphy_rx_iq_cal()
1370 wlc_lcnphy_rx_iq_cal(struct brcms_phy *pi, const struct lcnphy_rx_iqcomp *iqcomp, int iqcomp_sz, bool tx_switch, bool rx_switch, int module, int tx_gain_idx) wlc_lcnphy_rx_iq_cal() argument
H A Dphy_n.c18895 u32 iqcomp, locomp, curr_locomp; wlc_phy_txpwrctrl_coeff_setup_nphy() local
18910 iqcomp = wlc_phy_txpwrctrl_coeff_setup_nphy()
18918 regval[idx] = iqcomp; wlc_phy_txpwrctrl_coeff_setup_nphy()
28440 u32 iqcomp; wlc_phy_txpwr_index_nphy() local
28604 &iqcomp); wlc_phy_txpwr_index_nphy()
28605 iqcomp_a = (iqcomp >> 10) & ((1 << (19 - 10 + 1)) - 1); wlc_phy_txpwr_index_nphy()
28606 iqcomp_b = (iqcomp >> 0) & ((1 << (9 - 0 + 1)) - 1); wlc_phy_txpwr_index_nphy()

Completed in 271 milliseconds