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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlgc.h76 #define resetbits(x,m) ((x) &= cast(lu_byte, ~(m))) macro
82 #define resetbit(x,b) resetbits(x, bitmask(b))
H A Dlgc.c62 #define white2gray(x) resetbits(gch(x)->marked, WHITEBITS)
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsiutils_priv.h204 extern void sb_core_reset(si_t *sih, uint32 bits, uint32 resetbits);
248 extern void ai_core_reset(si_t *sih, uint32 bits, uint32 resetbits);
H A Dsbutils.c1044 * resetbits - core specific bits that are set only during reset sequence
1047 sb_core_reset(si_t *sih, uint32 bits, uint32 resetbits) argument
1060 sb_core_disable(sih, (bits | resetbits));
1068 (((bits | resetbits | SICF_FGC | SICF_CLOCK_EN) << SBTML_SICF_SHIFT) |
1083 ((bits | resetbits | SICF_FGC | SICF_CLOCK_EN) << SBTML_SICF_SHIFT));
H A Daiutils.c980 * resetbits - core specific bits that are set only during reset sequence
983 ai_core_reset(si_t *sih, uint32 bits, uint32 resetbits) argument
1005 W_REG(sii->osh, &ai->ioctrl, (bits | resetbits | SICF_FGC | SICF_CLOCK_EN));
H A Dsiutils.c2855 si_core_reset(si_t *sih, uint32 bits, uint32 resetbits) argument
2858 sb_core_reset(sih, bits, resetbits);
2860 ai_core_reset(sih, bits, resetbits);
2862 ub_core_reset(sih, bits, resetbits);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dsiutils.h227 extern void si_core_reset(si_t *sih, uint32 bits, uint32 resetbits);

Completed in 97 milliseconds