Searched refs:resetbits (Results 1 - 5 of 5) sorted by relevance
/hardware/broadcom/wlan/bcm4329/src/shared/ |
H A D | siutils_priv.h | 169 extern void sb_core_reset(si_t *sih, uint32 bits, uint32 resetbits); 205 extern void ai_core_reset(si_t *sih, uint32 bits, uint32 resetbits);
|
H A D | sbutils.c | 802 * resetbits - core specific bits that are set only during reset sequence 805 sb_core_reset(si_t *sih, uint32 bits, uint32 resetbits) argument 818 sb_core_disable(sih, (bits | resetbits)); 826 (((bits | resetbits | SICF_FGC | SICF_CLOCK_EN) << SBTML_SICF_SHIFT) | 840 ((bits | resetbits | SICF_FGC | SICF_CLOCK_EN) << SBTML_SICF_SHIFT));
|
H A D | aiutils.c | 594 * resetbits - core specific bits that are set only during reset sequence 597 ai_core_reset(si_t *sih, uint32 bits, uint32 resetbits) argument 610 ai_core_disable(sih, (bits | resetbits));
|
H A D | siutils.c | 843 si_core_reset(si_t *sih, uint32 bits, uint32 resetbits) argument 846 sb_core_reset(sih, bits, resetbits); 848 ai_core_reset(sih, bits, resetbits);
|
/hardware/broadcom/wlan/bcm4329/src/include/ |
H A D | siutils.h | 149 extern void si_core_reset(si_t *sih, uint32 bits, uint32 resetbits);
|
Completed in 54 milliseconds