Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c25795 tbl_ptr = pi->nphy_txiqlocal_bestc; in wlc_phy_cal_txiqlo_nphy()
25796 tbl_len = ARRAY_SIZE(pi->nphy_txiqlocal_bestc); in wlc_phy_cal_txiqlo_nphy()
25950 tbl_len = ARRAY_SIZE(pi->nphy_txiqlocal_bestc); in wlc_phy_cal_txiqlo_nphy()
25956 pi->nphy_txiqlocal_bestc); in wlc_phy_cal_txiqlo_nphy()
26006 if ((pi->nphy_txiqlocal_bestc[0] != tbl_buf[0]) || in wlc_phy_reapply_txcal_coeffs_nphy()
26007 (pi->nphy_txiqlocal_bestc[1] != tbl_buf[1]) || in wlc_phy_reapply_txcal_coeffs_nphy()
26008 (pi->nphy_txiqlocal_bestc[2] != tbl_buf[2]) || in wlc_phy_reapply_txcal_coeffs_nphy()
26009 (pi->nphy_txiqlocal_bestc[3] != tbl_buf[3])) { in wlc_phy_reapply_txcal_coeffs_nphy()
26012 16, pi->nphy_txiqlocal_bestc); in wlc_phy_reapply_txcal_coeffs_nphy()
26023 &pi->nphy_txiqlocal_bestc[5]); in wlc_phy_reapply_txcal_coeffs_nphy()
[all …]
H A Dphy_int.h715 u16 nphy_txiqlocal_bestc[11]; member