Lines Matching defs:pcscp_read_reg
93 #define PCSCP_READ_REG(sc, reg) \
109 static uint8_t pcscp_read_reg(struct ncr53c9x_softc *, int);
121 pcscp_read_reg,
329 pcscp_read_reg(struct ncr53c9x_softc *sc, int reg)
333 return PCSCP_READ_REG(esc, reg);
349 return (PCSCP_READ_REG(esc, NCR_STAT) & NCRSTAT_INT) != 0;
410 PCSCP_READ_REG(esc, NCR_TCL) |
411 (PCSCP_READ_REG(esc, NCR_TCM) << 8),
412 PCSCP_READ_REG(esc, NCR_TCL),
413 PCSCP_READ_REG(esc, NCR_TCM)));
425 (resid = (PCSCP_READ_REG(esc, NCR_FFLAG) & NCRFIFO_FF)) != 0) {
435 resid = PCSCP_READ_REG(esc, NCR_FFLAG) & NCRFIFO_FF;
438 PCSCP_READ_REG(esc, NCR_FFLAG) & NCRFIFO_FF;
453 resid += PCSCP_READ_REG(esc, NCR_TCL) |
454 (PCSCP_READ_REG(esc, NCR_TCM) << 8) |
455 (PCSCP_READ_REG(esc, NCR_TCH) << 16);
484 *p = PCSCP_READ_REG(esc, NCR_FIFO);
503 PCSCP_READ_REG(esc, NCR_TCL),
504 PCSCP_READ_REG(esc, NCR_TCM),
505 PCSCP_READ_REG(esc, NCR_TCH),