Searched refs:D11REV_IS (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | d11_cfg.h | 24 #define D11REV_IS(var, val) ((var) == (val)) macro 37 ((D11REV_IS((corerev), (maj)) && D11MINORREV_GE((corerev_minor), (min))) || \
|
| H A D | d11.h | 2664 D11REV_IS(rev, 60) || \ 2665 D11REV_IS(rev, 62)) 2828 (D11REV_IS(corerev, 83) && (D11MINORREV_IS(corerev_minor, 1)))
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | types.h | 203 #define D11REV_IS(var, val) \ macro
|
| H A 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() 2274 if (D11REV_IS(wlc_hw->corerev, 17) || D11REV_IS(wlc_hw->corerev, 23)) { in brcms_ucode_download() 2283 } else if (D11REV_IS(wlc_hw->corerev, 24)) { in brcms_ucode_download() 3203 if (D11REV_IS(wlc_hw->corerev, 17) || D11REV_IS(wlc_hw->corerev, 23)) { in brcms_b_coreinit() 3210 } else if (D11REV_IS(wlc_hw->corerev, 24)) { in brcms_b_coreinit()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_cmn.c | 175 (D11REV_IS(pi->sh->corerev, 22) in read_radio_reg() 191 (D11REV_IS(pi->sh->corerev, 22) in write_radio_reg() 427 if (D11REV_IS(sh->corerev, 4)) in wlc_phy_attach() 777 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) in wlc_phy_init() 2145 if (!(ISNPHY(pi) && D11REV_IS(pi->sh->corerev, 16))) { in wlc_phy_ant_rxdiv_set()
|
| H A D | phy_n.c | 17578 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) { in wlc_phy_txpwrctrl_pwr_setup_nphy() 17594 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) in wlc_phy_txpwrctrl_pwr_setup_nphy() 17710 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) { in wlc_phy_txpwrctrl_pwr_setup_nphy() 17730 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) in wlc_phy_txpwrctrl_pwr_setup_nphy() 21306 if (D11REV_IS(pi->sh->corerev, 16)) { in wlc_phy_classifier_nphy() 21319 if (D11REV_IS(pi->sh->corerev, 16) && !suspended) in wlc_phy_classifier_nphy() 28107 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) { in wlc_phy_txpower_recalc_target_nphy() 28115 if (D11REV_IS(pi->sh->corerev, 11) || D11REV_IS(pi->sh->corerev, 12)) in wlc_phy_txpower_recalc_target_nphy()
|