Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcm4329/src/include/
Dsbconfig.h264 #define SBCOREREV(sbidh) \ argument
265 ((((sbidh) & SBIDH_RCE_MASK) >> SBIDH_RCE_SHIFT) | ((sbidh) & SBIDH_RC_MASK))
/hardware/broadcom/wlan/bcm4329/src/shared/
Dsbutils.c248 uint sbidh; in sb_corerev() local
252 sbidh = R_SBREG(sii, &sb->sbidhigh); in sb_corerev()
254 return (SBCOREREV(sbidh)); in sb_corerev()