Searched refs:hostIntfGetInterrupt (Results 1 – 3 of 3) sorted by relevance
74 bool hostIntfGetInterrupt(uint32_t bit);
749 bool wakeupStatus = hostIntfGetInterrupt(NANOHUB_INT_WAKEUP); in updateInterrupts()750 bool nonwakeupStatus = hostIntfGetInterrupt(NANOHUB_INT_NONWAKEUP); in updateInterrupts()773 …f (interrupt == HOSTINTF_MAX_INTERRUPTS && !hostIntfGetInterrupt(NANOHUB_INT_WAKEUP) && !hostIntfG… in nanohubPrefetchTx()
1326 bool hostIntfGetInterrupt(uint32_t bit) in hostIntfGetInterrupt() function