Home
last modified time | relevance | path

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

/hardware/broadcom/wlan/bcm4329/src/shared/
Dsbutils.c337 (SBTML_RESET | SBTML_REJ_MASK | (SICF_CLOCK_EN << SBTML_SICF_SHIFT))) == in sb_iscoreup()
760 if (R_SBREG(sii, &sb->sbtmstatelow) & SBTML_RESET) in sb_core_disable()
785 SBTML_REJ | SBTML_RESET)); in sb_core_disable()
795 W_SBREG(sii, &sb->sbtmstatelow, ((bits << SBTML_SICF_SHIFT) | SBTML_REJ | SBTML_RESET)); in sb_core_disable()
827 SBTML_RESET)); in sb_core_reset()
/hardware/broadcom/wlan/bcm4329/src/include/
Dsbconfig.h155 #define SBTML_RESET 0x0001 macro