Searched refs:resetbits (Results 1 - 5 of 5) sorted by relevance

/hardware/broadcom/wlan/bcm4329/src/shared/
H A Dsiutils_priv.h169 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 Dsbutils.c802 * 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 Daiutils.c594 * 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 Dsiutils.c843 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 Dsiutils.h149 extern void si_core_reset(si_t *sih, uint32 bits, uint32 resetbits);

Completed in 54 milliseconds