Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Dncr53c9xreg.h37 #define NCR_FIFO 0x02 /* RW - FIFO data */ macro
Dncr53c9x.c1260 buf[i] = NCR_READ_REG(sc, NCR_FIFO); in ncr53c9x_rdfifo()
1264 NCR_WRITE_REG(sc, NCR_FIFO, 0); in ncr53c9x_rdfifo()
1265 buf[i++] = NCR_READ_REG(sc, NCR_FIFO); in ncr53c9x_rdfifo()
1267 NCR_READ_REG(sc, NCR_FIFO); in ncr53c9x_rdfifo()
1273 buf[i] = NCR_READ_REG(sc, NCR_FIFO); in ncr53c9x_rdfifo()
1310 NCR_WRITE_REG(sc, NCR_FIFO, p[i]); in ncr53c9x_wrfifo()
1313 NCR_WRITE_REG(sc, NCR_FIFO, 0); in ncr53c9x_wrfifo()
2237 printf("[%d] ", NCR_READ_REG(sc, NCR_FIFO)); in ncr53c9x_intr()
/openbsd/src/sys/dev/pci/
Dpcscp.c467 *p = PCSCP_READ_REG(esc, NCR_FIFO); in pcscp_dma_intr()