Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
Dphy_n.c25638 u8 num_cals, max_cal_cmds; in wlc_phy_cal_txiqlo_nphy() local
25816 max_cal_cmds = (NREV_GE(pi->pubpi.phy_rev, 3)) ? in wlc_phy_cal_txiqlo_nphy()
25821 max_cal_cmds = (NREV_GE(pi->pubpi.phy_rev, 3)) ? in wlc_phy_cal_txiqlo_nphy()
25829 if ((cal_cnt + pi->mphase_txcal_numcmds) < max_cal_cmds) in wlc_phy_cal_txiqlo_nphy()
25832 num_cals = max_cal_cmds; in wlc_phy_cal_txiqlo_nphy()
25835 num_cals = max_cal_cmds; in wlc_phy_cal_txiqlo_nphy()
25912 if (pi->mphase_txcal_cmdidx >= max_cal_cmds) in wlc_phy_cal_txiqlo_nphy()