Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dsbutils.c81 return ((R_SBREG(sii, &sb->sbidhigh) & SBIDH_CC_MASK) >> SBIDH_CC_SHIFT); in sb_coreid()
182 return ((R_SBREG(sii, &sb->sbidhigh) & SBIDH_VC_MASK) >> SBIDH_VC_SHIFT); in sb_corevendor()
194 sbidh = R_SBREG(sii, &sb->sbidhigh); in sb_corerev()
1061 R_SBREG(sii, &sb->sbidhigh), R_SBREG(sii, &sb->sbimstate), in sb_dumpregs()
1092 R_SBREG(sii, &sb->sbtmconfighigh), R_SBREG(sii, &sb->sbidhigh))); in sb_view()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dsbutils.c81 return ((R_SBREG(sii, &sb->sbidhigh) & SBIDH_CC_MASK) >> SBIDH_CC_SHIFT); in sb_coreid()
182 return ((R_SBREG(sii, &sb->sbidhigh) & SBIDH_VC_MASK) >> SBIDH_VC_SHIFT); in sb_corevendor()
194 sbidh = R_SBREG(sii, &sb->sbidhigh); in sb_corerev()
1061 R_SBREG(sii, &sb->sbidhigh), R_SBREG(sii, &sb->sbimstate), in sb_dumpregs()
1092 R_SBREG(sii, &sb->sbtmconfighigh), R_SBREG(sii, &sb->sbidhigh))); in sb_view()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Dsbutils.c142 return ((R_SBREG(sii, &sb->sbidhigh) & SBIDH_CC_MASK) >> SBIDH_CC_SHIFT); in sb_coreid()
259 return ((R_SBREG(sii, &sb->sbidhigh) & SBIDH_VC_MASK) >> SBIDH_VC_SHIFT); in sb_corevendor()
271 sbidh = R_SBREG(sii, &sb->sbidhigh); in sb_corerev()
1088 R_SBREG(sii, &sb->sbidhigh), R_SBREG(sii, &sb->sbimstate), in sb_dumpregs()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Dsbutils.c142 return ((R_SBREG(sii, &sb->sbidhigh) & SBIDH_CC_MASK) >> SBIDH_CC_SHIFT); in sb_coreid()
259 return ((R_SBREG(sii, &sb->sbidhigh) & SBIDH_VC_MASK) >> SBIDH_VC_SHIFT); in sb_corevendor()
271 sbidh = R_SBREG(sii, &sb->sbidhigh); in sb_corerev()
1088 R_SBREG(sii, &sb->sbidhigh), R_SBREG(sii, &sb->sbimstate), in sb_dumpregs()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Dsbutils.c142 return ((R_SBREG(sii, &sb->sbidhigh) & SBIDH_CC_MASK) >> SBIDH_CC_SHIFT); in sb_coreid()
259 return ((R_SBREG(sii, &sb->sbidhigh) & SBIDH_VC_MASK) >> SBIDH_VC_SHIFT); in sb_corevendor()
271 sbidh = R_SBREG(sii, &sb->sbidhigh); in sb_corerev()
1088 R_SBREG(sii, &sb->sbidhigh), R_SBREG(sii, &sb->sbimstate), in sb_dumpregs()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dsbutils.c144 return ((R_SBREG(sii, &sb->sbidhigh) & SBIDH_CC_MASK) >> SBIDH_CC_SHIFT); in sb_coreid()
263 return ((R_SBREG(sii, &sb->sbidhigh) & SBIDH_VC_MASK) >> SBIDH_VC_SHIFT); in sb_corevendor()
275 sbidh = R_SBREG(sii, &sb->sbidhigh); in sb_corerev()
1095 R_SBREG(sii, &sb->sbidhigh), R_SBREG(sii, &sb->sbimstate), in sb_dumpregs()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/
H A Dsbconfig.h127 uint32 sbidhigh; /**< identification */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/
H A Dsbconfig.h128 uint32 sbidhigh; /**< identification */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/
H A Dsbconfig.h128 uint32 sbidhigh; /**< identification */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dsbconfig.h120 uint32 sbidhigh; /**< identification */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/
H A Dsbconfig.h128 uint32 sbidhigh; /**< identification */ member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A Dsbconfig.h120 uint32 sbidhigh; /**< identification */ member
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dchip.c139 u32 sbidhigh; /* identification */ member
243 regdata = ci->ops->read32(ci->ctx, CORE_SB(core->base, sbidhigh)); in brcmf_chip_sb_corerev()