Home
last modified time | relevance | path

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

/plan9/sys/src/9/pc/
H A Detherelnk3.c98 interruptLatch = 0x0001, enumerator
980 if(!(status & (interruptMask|interruptLatch))){ in interrupt()
1152 COMMAND(port, AcknowledgeInterrupt, interruptLatch); in interrupt()
1156 }while((status = STATUS(port)) & (interruptMask|interruptLatch)); in interrupt()