Searched refs:ASC_READ_REG (Results 1 – 1 of 1) sorted by relevance
71 #define ASC_READ_REG(asc, reg) \ macro341 tcl = ASC_READ_REG(asc, NCR_TCL); in asc_ioasic_intr()342 tcm = ASC_READ_REG(asc, NCR_TCM); in asc_ioasic_intr()350 (resid = (ASC_READ_REG(asc, NCR_FFLAG) & NCRFIFO_FF)) != 0) { in asc_ioasic_intr()355 resid += (tcl = ASC_READ_REG(asc, NCR_TCL)); in asc_ioasic_intr()356 resid += (tcm = ASC_READ_REG(asc, NCR_TCM)) << 8; in asc_ioasic_intr()423 return ASC_READ_REG(asc, reg); in asc_read_reg()439 return (ASC_READ_REG(asc, NCR_STAT) & NCRSTAT_INT) != 0; in asc_dma_isintr()