Searched refs:iqcomp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | phy_lp.c | 1843 const struct lpphy_rx_iq_comp *iqcomp = NULL; in lpphy_rx_iq_cal() local 1854 iqcomp = &lpphy_5354_iq_table[i]; in lpphy_rx_iq_cal() 1858 iqcomp = &lpphy_rev2plus_iq_comp; in lpphy_rx_iq_cal() 1862 iqcomp = &lpphy_rev0_1_iq_table[i]; in lpphy_rx_iq_cal() 1867 if (B43_WARN_ON(!iqcomp)) in lpphy_rx_iq_cal() 1870 b43_phy_maskset(dev, B43_LPPHY_RX_COMP_COEFF_S, 0xFF00, iqcomp->c1); in lpphy_rx_iq_cal() 1872 0x00FF, iqcomp->c0 << 8); in lpphy_rx_iq_cal()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/ |
H A D | phy_lp.c | 1843 const struct lpphy_rx_iq_comp *iqcomp = NULL; in lpphy_rx_iq_cal() local 1854 iqcomp = &lpphy_5354_iq_table[i]; in lpphy_rx_iq_cal() 1858 iqcomp = &lpphy_rev2plus_iq_comp; in lpphy_rx_iq_cal() 1862 iqcomp = &lpphy_rev0_1_iq_table[i]; in lpphy_rx_iq_cal() 1867 if (B43_WARN_ON(!iqcomp)) in lpphy_rx_iq_cal() 1870 b43_phy_maskset(dev, B43_LPPHY_RX_COMP_COEFF_S, 0xFF00, iqcomp->c1); in lpphy_rx_iq_cal() 1872 0x00FF, iqcomp->c0 << 8); in lpphy_rx_iq_cal()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_lcn.c | 1303 const struct lcnphy_rx_iqcomp *iqcomp, in wlc_lcnphy_rx_iq_cal() 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() 1302 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 D | phy_n.c | 18797 u32 iqcomp, locomp, curr_locomp; in wlc_phy_txpwrctrl_coeff_setup_nphy() local 18812 iqcomp = in wlc_phy_txpwrctrl_coeff_setup_nphy() 18820 regval[idx] = iqcomp; in wlc_phy_txpwrctrl_coeff_setup_nphy() 28312 u32 iqcomp; in wlc_phy_txpwr_index_nphy() local 28476 &iqcomp); in wlc_phy_txpwr_index_nphy() 28477 iqcomp_a = (iqcomp >> 10) & ((1 << (19 - 10 + 1)) - 1); in wlc_phy_txpwr_index_nphy() 28478 iqcomp_b = (iqcomp >> 0) & ((1 << (9 - 0 + 1)) - 1); in wlc_phy_txpwr_index_nphy()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H A D | phy_lcn.c | 1303 const struct lcnphy_rx_iqcomp *iqcomp, in wlc_lcnphy_rx_iq_cal() 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() 1302 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 D | phy_n.c | 18797 u32 iqcomp, locomp, curr_locomp; in wlc_phy_txpwrctrl_coeff_setup_nphy() local 18812 iqcomp = in wlc_phy_txpwrctrl_coeff_setup_nphy() 18820 regval[idx] = iqcomp; in wlc_phy_txpwrctrl_coeff_setup_nphy() 28312 u32 iqcomp; in wlc_phy_txpwr_index_nphy() local 28476 &iqcomp); in wlc_phy_txpwr_index_nphy() 28477 iqcomp_a = (iqcomp >> 10) & ((1 << (19 - 10 + 1)) - 1); in wlc_phy_txpwr_index_nphy() 28478 iqcomp_b = (iqcomp >> 0) & ((1 << (9 - 0 + 1)) - 1); in wlc_phy_txpwr_index_nphy()
|
Completed in 76 milliseconds