Searched defs:interrupt_id (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dasy.c2235 uchar_t interrupt_id, lsr; local
2237 interrupt_id = ddi_get8(asy->asy_iohandle,
2243 if (interrupt_id & NOINTERRUPT)
2274 for (;; interrupt_id =
2277 if (interrupt_id & NOINTERRUPT)
2281 DEBUGCONT1(ASY_DEBUG_INTR, "asyintr: interrupt_id = 0x%d\n",
2282 interrupt_id);
2284 switch (interrupt_id) {
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c1637 uchar_t interrupt_id, lsr; local
1639 interrupt_id = INB(ISR) & 0x0F;
1643 if (interrupt_id & NOINTERRUPT) {
1681 if (interrupt_id & NOINTERRUPT) {
1706 switch (interrupt_id) {

Completed in 58 milliseconds