Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dsbconfig.h274 #define SBCOREREV(sbidh) \ argument
275 ((((sbidh) & SBIDH_RCE_MASK) >> SBIDH_RCE_SHIFT) | ((sbidh) & SBIDH_RC_MASK))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dsbconfig.h275 #define SBCOREREV(sbidh) \ argument
276 ((((sbidh) & SBIDH_RCE_MASK) >> SBIDH_RCE_SHIFT) | ((sbidh) & SBIDH_RC_MASK))
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dsbconfig.h275 #define SBCOREREV(sbidh) \ argument
276 ((((sbidh) & SBIDH_RCE_MASK) >> SBIDH_RCE_SHIFT) | ((sbidh) & SBIDH_RC_MASK))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dsbconfig.h267 #define SBCOREREV(sbidh) \ argument
268 ((((sbidh) & SBIDH_RCE_MASK) >> SBIDH_RCE_SHIFT) | ((sbidh) & SBIDH_RC_MASK))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dsbconfig.h275 #define SBCOREREV(sbidh) \ argument
276 ((((sbidh) & SBIDH_RCE_MASK) >> SBIDH_RCE_SHIFT) | ((sbidh) & SBIDH_RC_MASK))
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dsbconfig.h267 #define SBCOREREV(sbidh) \ argument
268 ((((sbidh) & SBIDH_RCE_MASK) >> SBIDH_RCE_SHIFT) | ((sbidh) & SBIDH_RC_MASK))
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dsbutils.c267 uint sbidh; in sb_corerev() local
271 sbidh = R_SBREG(sii, &sb->sbidhigh); in sb_corerev()
273 return (SBCOREREV(sbidh)); in sb_corerev()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dsbutils.c267 uint sbidh; in sb_corerev() local
271 sbidh = R_SBREG(sii, &sb->sbidhigh); in sb_corerev()
273 return (SBCOREREV(sbidh)); in sb_corerev()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dsbutils.c267 uint sbidh; in sb_corerev() local
271 sbidh = R_SBREG(sii, &sb->sbidhigh); in sb_corerev()
273 return (SBCOREREV(sbidh)); in sb_corerev()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dsbutils.c271 uint sbidh; in sb_corerev() local
275 sbidh = R_SBREG(sii, &sb->sbidhigh); in sb_corerev()
277 return (SBCOREREV(sbidh)); in sb_corerev()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dsbutils.c190 uint sbidh; in sb_corerev() local
194 sbidh = R_SBREG(sii, &sb->sbidhigh); in sb_corerev()
196 return (SBCOREREV(sbidh)); in sb_corerev()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dsbutils.c190 uint sbidh; in sb_corerev() local
194 sbidh = R_SBREG(sii, &sb->sbidhigh); in sb_corerev()
196 return (SBCOREREV(sbidh)); in sb_corerev()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dchip.c98 #define SBCOREREV(sbidh) \ argument
99 ((((sbidh) & SSB_IDHIGH_RCHI) >> SSB_IDHIGH_RCHI_SHIFT) | \
100 ((sbidh) & SSB_IDHIGH_RCLO))