/src/sys/arch/arc/jazz/ |
asc.c | 86 uint8_t asc_read_reg(struct ncr53c9x_softc *, int); 97 asc_read_reg, 181 asc_id = asc_read_reg(sc, NCR_TCH); 251 asc_read_reg(struct ncr53c9x_softc *sc, int reg) function in typeref:typename:uint8_t 270 return asc_read_reg(sc, NCR_STAT) & NCRSTAT_INT; 321 (resid = (asc_read_reg(sc, NCR_FFLAG) & NCRFIFO_FF)) != 0) {
|
/src/sys/arch/pmax/tc/ |
asc_ioasic.c | 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) function in typeref:typename:uint8_t 423 return ASC_READ_REG(asc, reg) [all...] |
/src/sys/dev/tc/ |
asc_tc.c | 74 static uint8_t asc_read_reg(struct ncr53c9x_softc *, int); 86 asc_read_reg, 301 asc_read_reg(struct ncr53c9x_softc *sc, int reg) function in typeref:typename:uint8_t
|
asc_tcds.c | 108 static uint8_t asc_read_reg(struct ncr53c9x_softc *, int); 121 asc_read_reg, 461 asc_read_reg(struct ncr53c9x_softc *sc, int reg) function in typeref:typename:uint8_t
|
/src/sys/arch/mipsco/obio/ |
asc.c | 88 static uint8_t asc_read_reg(struct ncr53c9x_softc *, int); 100 asc_read_reg, 205 asc_read_reg(struct ncr53c9x_softc *sc, int reg) function in typeref:typename:uint8_t 229 tc = (asc_read_reg(sc, NCR_TCM) << 8) + asc_read_reg(sc, NCR_TCL); 237 asc_read_reg(sc, NCR_STAT), 238 asc_read_reg(sc, NCR_FFLAG));
|