Searched refs:asc_read_reg (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/arch/arc/jazz/ |
| D | 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); in asc_attach() 251 asc_read_reg(struct ncr53c9x_softc *sc, int reg) in asc_read_reg() function 270 return asc_read_reg(sc, NCR_STAT) & NCRSTAT_INT; in asc_dma_isintr() 321 (resid = (asc_read_reg(sc, NCR_FFLAG) & NCRFIFO_FF)) != 0) { in asc_dma_intr()
|
| /netbsd/src/sys/arch/mipsco/obio/ |
| D | 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) in asc_read_reg() function 229 tc = (asc_read_reg(sc, NCR_TCM) << 8) + asc_read_reg(sc, NCR_TCL); in dma_status() 237 asc_read_reg(sc, NCR_STAT), in dma_status() 238 asc_read_reg(sc, NCR_FFLAG)); in dma_status()
|
| /netbsd/src/sys/dev/tc/ |
| D | 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) in asc_read_reg() function
|
| D | 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) in asc_read_reg() function
|
| /netbsd/src/sys/arch/pmax/tc/ |
| D | asc_ioasic.c | 84 static uint8_t asc_read_reg(struct ncr53c9x_softc *, int); 96 asc_read_reg, 419 asc_read_reg(struct ncr53c9x_softc *sc, int reg) in asc_read_reg() function
|