Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/os/core/
DhostIntf.c144 static uint32_t mInterruptCntWkup, mInterruptCntNonWkup; variable
1546 if (mInterruptCntNonWkup++ == 0) in hostIntfSetInterrupt()
1569 if (--mInterruptCntNonWkup == 0) in hostIntfClearInterrupt()
1586 if (mInterruptCntNonWkup++ == 0) in hostIntfSetInterruptMask()
1608 if (--mInterruptCntNonWkup == 0) in hostIntfClearInterruptMask()