Searched refs:hostIntfGetInterrupt (Results 1 – 3 of 3) sorted by relevance
75 bool hostIntfGetInterrupt(uint32_t bit);
799 bool wakeupStatus = hostIntfGetInterrupt(NANOHUB_INT_WAKEUP); in updateInterrupts()800 bool nonwakeupStatus = hostIntfGetInterrupt(NANOHUB_INT_NONWAKEUP); in updateInterrupts()823 …f (interrupt == HOSTINTF_MAX_INTERRUPTS && !hostIntfGetInterrupt(NANOHUB_INT_WAKEUP) && !hostIntfG… in nanohubPrefetchTx()
1640 bool hostIntfGetInterrupt(uint32_t bit) in hostIntfGetInterrupt() function