Home | History | Annotate | Download | only in tc

Lines Matching defs:asc_read_reg

71 #define	ASC_READ_REG(asc, reg)						\
84 static uint8_t asc_read_reg(struct ncr53c9x_softc *, int);
96 asc_read_reg,
341 tcl = ASC_READ_REG(asc, NCR_TCL);
342 tcm = ASC_READ_REG(asc, NCR_TCM);
350 (resid = (ASC_READ_REG(asc, NCR_FFLAG) & NCRFIFO_FF)) != 0) {
355 resid += (tcl = ASC_READ_REG(asc, NCR_TCL));
356 resid += (tcm = ASC_READ_REG(asc, NCR_TCM)) << 8;
419 asc_read_reg(struct ncr53c9x_softc *sc, int reg)
423 return ASC_READ_REG(asc, reg);
439 return (ASC_READ_REG(asc, NCR_STAT) & NCRSTAT_INT) != 0;