| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | d11.h | 312 #define MCAP_BTCX_SUP(corerev) (MCAP_BTCX) argument 1338 #define D11_PHY_TXC_FT_MASK(corerev) ((D11REV_GE(corerev, 80)) ? D11_REV80_PHY_TXC_FT_MASK : \ argument 2593 #define D11RXHDRSHORT_ACCESS_REF(srxh, corerev, corerev_minor, member) \ argument 2594 (D11REV_MAJ_MIN_GE(corerev, corerev_minor, 87, 1) ? \ 2596 D11REV_GE(corerev, 80) ? D11RXHDRSHORT_GE80_ACCESS_REF(srxh, member) : \ 2600 #define D11RXHDRSHORT_ACCESS_VAL(srxh, corerev, corerev_minor, member) \ argument 2601 (D11REV_MAJ_MIN_GE(corerev, corerev_minor, 87, 1) ? \ 2603 D11REV_GE(corerev, 80) ? D11RXHDRSHORT_GE80_ACCESS_VAL(srxh, member) : \ 2607 #define D11RXHDRMID_ACCESS_REF(mrxh, corerev, corerev_minor, member) \ argument 2608 (D11REV_MAJ_MIN_GE(corerev, corerev_minor, 87, 1) ? \ [all …]
|
| H A D | d11_cfg.h | 36 #define D11REV_MAJ_MIN_GE(corerev, corerev_minor, maj, min) \ argument 37 ((D11REV_IS((corerev), (maj)) && D11MINORREV_GE((corerev_minor), (min))) || \ 38 D11REV_GT(corerev, (maj))) 106 #define FRAG_HEAD_ROOM(corerev) (D11REV_GE(corerev, 83) ? \ argument 107 FRAG_HEADROOM_D11REV_GE83 : D11REV_GE(corerev, 80) ? \
|
| H A D | bcmwifi_monitor.h | 77 #define HE_PACK_RTAP_FROM_PRXS(rxh, corerev, corerev_minor, field) \ argument 78 (HE_PACK_RTAP_FROM_VAL(D11PPDU_ ## field(rxh, corerev, corerev_minor), field)) 89 extern void bcmwifi_set_corerev_major(monitor_info_t* info, int8 corerev); 90 extern void bcmwifi_set_corerev_minor(monitor_info_t* info, int8 corerev);
|
| H A D | hndd11.h | 83 #define WL_RXHDR_LEN(corerev, corerev_minor) \ argument 84 (WLC_RXHDR_LEN + D11_RXHDR_LEN(corerev, corerev_minor)) 85 #define WL_RXHDR_LEN_TMP(corerev, corerev_minor) \ argument 86 (WLC_RXHDR_LEN + D11_RXHDR_LEN_TMP(corerev, corerev_minor))
|
| H A D | bcmsdpcm.h | 242 (SDIODREV_LT((h)->corerev, 1) ? \ 256 #define SDIODFIFOREG(h, corerev) \ argument 257 (SDIODREV_LT((corerev), 1) ? \ 264 #define SDPCMFIFOREG(h, coreid, corerev) \ argument 266 SDIODFIFOREG(h, corerev) : \
|
| H A D | d11regs.h | 158 #define D11Reggrp_inddma(hw, ix) (D11REV_GE(hw->corerev, 86) ? \ 163 #define D11Reggrp_indaqm(hw, ix) (D11REV_GE(hw->corerev, 86) ? \
|
| H A D | wlioctl_utils.h | 41 int buflen, uint32 corerev);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcmwifi_monitor.c | 110 uint corerev = info->d11_info->major_revid; in BCMFASTPATH() local 114 phy_ft = D11PPDU_FT(rxh, corerev); in BCMFASTPATH() 274 uint8 *plcp, uint32 corerev, uint32 corerev_minor) in wlc_he_dl_ofdma_fill_rtap_data() argument 296 sts->data3 |= HE_PACK_RTAP_FROM_PRXS(rxh, corerev, corerev_minor, MCS); in wlc_he_dl_ofdma_fill_rtap_data() 300 sts->data3 |= HE_PACK_RTAP_FROM_PRXS(rxh, corerev, corerev_minor, DCM); in wlc_he_dl_ofdma_fill_rtap_data() 304 sts->data3 |= HE_PACK_RTAP_FROM_PRXS(rxh, corerev, corerev_minor, CODING); in wlc_he_dl_ofdma_fill_rtap_data() 320 sts->data4 |= HE_PACK_RTAP_FROM_PRXS(rxh, corerev, corerev_minor, STAID); in wlc_he_dl_ofdma_fill_rtap_data() 323 val = he_mu_phyrxs2ru_type[D11PPDU_RU_TYPE(rxh, corerev, corerev_minor)]; in wlc_he_dl_ofdma_fill_rtap_data() 351 sts->data6 |= HE_PACK_RTAP_FROM_PRXS(rxh, corerev, corerev_minor, NSTS); in wlc_he_dl_ofdma_fill_rtap_data() 367 sts->data5 |= HE_PACK_RTAP_FROM_PRXS(rxh, corerev, corerev_minor, TXBF); in wlc_he_dl_ofdma_fill_rtap_data() [all …]
|
| H A D | pcie_core.c | 187 pcie_cto_to_thresh_default(uint corerev) in pcie_cto_to_thresh_default() argument 189 return REV_GE_69(corerev) ? in pcie_cto_to_thresh_default()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmsdpcm.h | 249 (SDIODREV_LT((h)->corerev, 1) ? \ 263 #define SDIODFIFOREG(h, corerev) \ argument 264 (SDIODREV_LT((corerev), 1) ? \ 271 #define SDPCMFIFOREG(h, coreid, corerev) \ argument 273 SDIODFIFOREG(h, corerev) : \
|
| H A D | wlioctl_utils.h | 47 int buflen, uint32 corerev);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmsdpcm.h | 249 (SDIODREV_LT((h)->corerev, 1) ? \ 263 #define SDIODFIFOREG(h, corerev) \ argument 264 (SDIODREV_LT((corerev), 1) ? \ 271 #define SDPCMFIFOREG(h, coreid, corerev) \ argument 273 SDIODFIFOREG(h, corerev) : \
|
| H A D | wlioctl_utils.h | 47 int buflen, uint32 corerev);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcmsdpcm.h | 247 (SDIODREV_LT((h)->corerev, 1) ? \ 261 #define SDIODFIFOREG(h, corerev) \ argument 262 (SDIODREV_LT((corerev), 1) ? \ 269 #define SDPCMFIFOREG(h, coreid, corerev) \ argument 271 SDIODFIFOREG(h, corerev) : \
|
| H A D | wlioctl_utils.h | 46 int buflen, uint32 corerev);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmsdpcm.h | 242 (SDIODREV_LT((h)->corerev, 1) ? \ 256 #define SDIODFIFOREG(h, corerev) \ argument 257 (SDIODREV_LT((corerev), 1) ? \ 264 #define SDPCMFIFOREG(h, coreid, corerev) \ argument 266 SDIODFIFOREG(h, corerev) : \
|
| H A D | wlioctl_utils.h | 41 int buflen, uint32 corerev);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmsdpcm.h | 249 (SDIODREV_LT((h)->corerev, 1) ? \ 263 #define SDIODFIFOREG(h, corerev) \ argument 264 (SDIODREV_LT((corerev), 1) ? \ 271 #define SDPCMFIFOREG(h, coreid, corerev) \ argument 273 SDIODFIFOREG(h, corerev) : \
|
| H A D | wlioctl_utils.h | 47 int buflen, uint32 corerev);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | siutils.c | 2660 uint corerev; in si_socram_set_bankpda() local 2673 corerev = si_corerev(sih); in si_socram_set_bankpda() 2674 if (corerev >= 16) { in si_socram_set_bankpda() 2696 uint corerev; in si_socdevram() local 2713 corerev = si_corerev(sih); in si_socdevram() 2714 if (corerev >= 10) { in si_socdevram() 2734 if ((corerev >= 16) && *remap) in si_socdevram() 2768 uint corerev; in si_socdevram_remap_isenb() local 2786 corerev = si_corerev(sih); in si_socdevram_remap_isenb() 2787 if (corerev >= 16) { in si_socdevram_remap_isenb() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | siutils.c | 2659 uint corerev; in si_socram_set_bankpda() local 2672 corerev = si_corerev(sih); in si_socram_set_bankpda() 2673 if (corerev >= 16) { in si_socram_set_bankpda() 2695 uint corerev; in si_socdevram() local 2712 corerev = si_corerev(sih); in si_socdevram() 2713 if (corerev >= 10) { in si_socdevram() 2733 if ((corerev >= 16) && *remap) in si_socdevram() 2767 uint corerev; in si_socdevram_remap_isenb() local 2785 corerev = si_corerev(sih); in si_socdevram_remap_isenb() 2786 if (corerev >= 16) { in si_socdevram_remap_isenb() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | siutils.c | 2660 uint corerev; in si_socram_set_bankpda() local 2673 corerev = si_corerev(sih); in si_socram_set_bankpda() 2674 if (corerev >= 16) { in si_socram_set_bankpda() 2696 uint corerev; in si_socdevram() local 2713 corerev = si_corerev(sih); in si_socdevram() 2714 if (corerev >= 10) { in si_socdevram() 2734 if ((corerev >= 16) && *remap) in si_socdevram() 2768 uint corerev; in si_socdevram_remap_isenb() local 2786 corerev = si_corerev(sih); in si_socdevram_remap_isenb() 2787 if (corerev >= 16) { in si_socdevram_remap_isenb() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | siutils.c | 2344 uint corerev; in si_socram_set_bankpda() local 2357 corerev = si_corerev(sih); in si_socram_set_bankpda() 2358 if (corerev >= 16) { in si_socram_set_bankpda() 2380 uint corerev; in si_socdevram() local 2397 corerev = si_corerev(sih); in si_socdevram() 2398 if (corerev >= 10) { in si_socdevram() 2418 if ((corerev >= 16) && *remap) in si_socdevram() 2452 uint corerev; in si_socdevram_remap_isenb() local 2470 corerev = si_corerev(sih); in si_socdevram_remap_isenb() 2471 if (corerev >= 16) { in si_socdevram_remap_isenb() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | pcie_core.c | 187 pcie_cto_to_thresh_default(uint corerev) in pcie_cto_to_thresh_default() argument 189 return REV_GE_69(corerev) ? in pcie_cto_to_thresh_default()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | main.c | 724 if (D11REV_IS(wlc_hw->corerev, 17) || D11REV_IS(wlc_hw->corerev, 23)) { in brcms_c_ucode_bsinit() 731 wlc_hw->corerev); in brcms_c_ucode_bsinit() 733 if (D11REV_IS(wlc_hw->corerev, 24)) { in brcms_c_ucode_bsinit() 741 wlc_hw->corerev); in brcms_c_ucode_bsinit() 745 __func__, wlc_hw->unit, wlc_hw->corerev); in brcms_c_ucode_bsinit() 1853 if (!CONF_HAS(D11CONF, wlc_hw->corerev)) { in brcms_c_isgoodchip() 1855 wlc_hw->corerev); in brcms_c_isgoodchip() 1950 if (D11REV_GE(wlc_hw->corerev, 18)) in brcms_b_radio_read_hwdisabled() 2032 if (D11REV_GE(wlc_hw->corerev, 18)) in brcms_b_corereset() 2274 if (D11REV_IS(wlc_hw->corerev, 17) || D11REV_IS(wlc_hw->corerev, 23)) { in brcms_ucode_download() [all …]
|