Searched refs:ASC_READ_REG (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/arch/pmax/tc/
H A Dasc_ioasic.c71 #define ASC_READ_REG(asc, reg) \ macro
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;
423 return ASC_READ_REG(asc, reg);
439 return (ASC_READ_REG(asc, NCR_STAT) & NCRSTAT_INT) != 0;

Completed in 182 milliseconds