Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dncr53c9xreg.h73 #define NCRSTAT_INT 0x80 /* Interrupt */ macro
H A Dncr53c9x.c894 if (NCR_READ_REG(sc, NCR_STAT) & NCRSTAT_INT) { in ncr53c9x_poll()
/openbsd/sys/dev/tc/
H A Dasc_tc.c305 return !!(NCR_READ_REG(sc, NCR_STAT) & NCRSTAT_INT);
/openbsd/sys/dev/pci/
H A Dpcscp.c337 return (PCSCP_READ_REG(esc, NCR_STAT) & NCRSTAT_INT) != 0; in pcscp_dma_isintr()