Searched refs:D11REV_IS (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
D | types.h | 203 #define D11REV_IS(var, val) \ macro
|
D | main.c | 724 if (D11REV_IS(wlc_hw->corerev, 17) || D11REV_IS(wlc_hw->corerev, 23)) { in brcms_c_ucode_bsinit() 733 if (D11REV_IS(wlc_hw->corerev, 24)) { in brcms_c_ucode_bsinit() 2289 if (D11REV_IS(wlc_hw->corerev, 17) || D11REV_IS(wlc_hw->corerev, 23)) { in brcms_ucode_download() 2298 } else if (D11REV_IS(wlc_hw->corerev, 24)) { in brcms_ucode_download() 3219 if (D11REV_IS(wlc_hw->corerev, 17) || D11REV_IS(wlc_hw->corerev, 23)) { in brcms_b_coreinit() 3226 } else if (D11REV_IS(wlc_hw->corerev, 24)) { in brcms_b_coreinit()
|
/Linux-v4.19/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
D | phy_cmn.c | 186 (D11REV_IS(pi->sh->corerev, 22) in read_radio_reg() 202 (D11REV_IS(pi->sh->corerev, 22) in write_radio_reg() 438 if (D11REV_IS(sh->corerev, 4)) in wlc_phy_attach() 788 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) in wlc_phy_init() 2158 if (!(ISNPHY(pi) && D11REV_IS(pi->sh->corerev, 16))) { in wlc_phy_ant_rxdiv_set()
|
D | phy_n.c | 17589 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) { in wlc_phy_txpwrctrl_pwr_setup_nphy() 17605 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) in wlc_phy_txpwrctrl_pwr_setup_nphy() 17721 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) { in wlc_phy_txpwrctrl_pwr_setup_nphy() 17741 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) in wlc_phy_txpwrctrl_pwr_setup_nphy() 21321 if (D11REV_IS(pi->sh->corerev, 16)) { in wlc_phy_classifier_nphy() 21334 if (D11REV_IS(pi->sh->corerev, 16) && !suspended) in wlc_phy_classifier_nphy() 28149 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) { in wlc_phy_txpower_recalc_target_nphy() 28157 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) in wlc_phy_txpower_recalc_target_nphy()
|