HomeSort by relevance Sort by last modified time
    Searched refs:sbidh (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcm4329/src/include/
sbconfig.h 264 #define SBCOREREV(sbidh) \
265 ((((sbidh) & SBIDH_RCE_MASK) >> SBIDH_RCE_SHIFT) | ((sbidh) & SBIDH_RC_MASK))
  /hardware/broadcom/wlan/bcm4329/src/shared/
sbutils.c 248 uint sbidh; local
252 sbidh = R_SBREG(sii, &sb->sbidhigh);
254 return (SBCOREREV(sbidh));

Completed in 814 milliseconds