Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcm4329/src/shared/
Dsbutils.c318 w = (R_SBREG(sii, &sb->sbtmstatehigh) & ~(mask << SBTMH_SISF_SHIFT)) | in sb_core_sflags()
320 W_SBREG(sii, &sb->sbtmstatehigh, w); in sb_core_sflags()
324 return (R_SBREG(sii, &sb->sbtmstatehigh) >> SBTMH_SISF_SHIFT); in sb_core_sflags()
532 nsbcc = (R_SBREG(sii, &sb->sbtmstatehigh) & 0x000f0000) >> 16; in _sb_scan()
771 SPINWAIT((R_SBREG(sii, &sb->sbtmstatehigh) & SBTMH_BUSY), 100000); in sb_core_disable()
772 if (R_SBREG(sii, &sb->sbtmstatehigh) & SBTMH_BUSY) in sb_core_disable()
831 if (R_SBREG(sii, &sb->sbtmstatehigh) & SBTMH_SERR) { in sb_core_reset()
832 W_SBREG(sii, &sb->sbtmstatehigh, 0); in sb_core_reset()
/hardware/broadcom/wlan/bcm4329/src/include/
Dsbconfig.h99 uint32 sbtmstatehigh; member