Searched refs:NREV_LT (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
A D | phy_n.c | 16989 if (NREV_LT(pi->pubpi.phy_rev, 2)) in wlc_phy_workarounds_nphy_rev1() 18638 if (NREV_LT(pi->pubpi.phy_rev, 2)) in wlc_phy_restorecal_nphy() 19307 if (NREV_LT(pi->pubpi.phy_rev, 8)) in wlc_phy_init_nphy() 21084 if (NREV_LT(pi->pubpi.phy_rev, 3)) in wlc_phy_chanspec_nphy_setup() 21158 if (NREV_LT(pi->pubpi.phy_rev, 7)) in wlc_phy_chanspec_nphy_setup() 21902 if (NREV_LT(pi->pubpi.phy_rev, 2)) in wlc_phy_poll_rssi_nphy() 21933 if (NREV_LT(pi->pubpi.phy_rev, 2)) in wlc_phy_poll_rssi_nphy() 22135 if (NREV_LT(pi->pubpi.phy_rev, 7)) in wlc_phy_tempsense_nphy() 24693 if (NREV_LT(pi->pubpi.phy_rev, 3)) in wlc_phy_a2_nphy() 25250 if (NREV_LT(pi->pubpi.phy_rev, 7)) in wlc_phy_a4() [all …]
|
A D | phy_int.h | 1058 if (NREV_LT((pi)->pubpi.phy_rev, 3)) \
|
A D | phy_cmn.c | 333 && NREV_LT(pi->pubpi.phy_rev, 7)) in wlc_set_phy_uninitted()
|
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
A D | types.h | 182 #define NREV_LT(var, val) \ macro
|
A D | stf.c | 239 && NREV_LT(wlc->band->phyrev, 7)) in _brcms_c_stf_phy_txant_upd()
|
A D | ampdu.c | 255 if (BRCMS_ISNPHY(wlc->band) && NREV_LT(wlc->band->phyrev, 2)) in brcms_c_ampdu_attach()
|
A D | main.c | 1090 if (BRCMS_ISNPHY(wlc_hw->band) && NREV_LT(wlc_hw->band->phyrev, 2)) { in brcms_c_mhfdef()
|
Completed in 59 milliseconds