/src/sys/dev/pcmcia/ |
esp_pcmcia.c | 347 espstat = (u_int)sc->sc_espstat; 378 sc->sc_espstat = (uint8_t)espstat; 385 sc->sc_espstat |= esc->sc_tc;
|
/src/sys/dev/podulebus/ |
esp_podule.c | 213 espstat = (u_int)sc->sc_espstat; 244 sc->sc_espstat = (uint8_t)espstat; 251 sc->sc_espstat |= esc->sc_tc;
|
/src/sys/arch/amiga/dev/ |
flsc.c | 362 fsc->sc_piomode, fsc->sc_dmasize, sc->sc_espintr, sc->sc_espstat, 366 sc->sc_espstat, sc->sc_espintr); 415 flscstat = (u_int)sc->sc_espstat; 468 sc->sc_espstat = (uint8_t)flscstat; 475 sc->sc_espstat |= NCRSTAT_TC;
|
bzsc.c | 312 bsc->sc_dmasize, sc->sc_espintr, sc->sc_espstat,
|
bzivsc.c | 304 bsc->sc_dmasize, sc->sc_espintr, sc->sc_espstat,
|
bztzsc.c | 313 bsc->sc_dmasize, sc->sc_espintr, sc->sc_espstat,
|
cbiisc.c | 305 csc->sc_dmasize, sc->sc_espintr, sc->sc_espstat,
|
cbsc.c | 312 csc->sc_dmasize, sc->sc_espintr, sc->sc_espstat,
|
/src/sys/dev/ic/ |
ncr53c9x.c | 579 sc->sc_espstat = NCR_READ_REG(sc, NCR_STAT); 597 /* Disconnected */ BUSFREE_PHASE : sc->sc_espstat & NCRSTAT_PHASE; 600 sc->sc_espintr, sc->sc_espstat, sc->sc_espstep, sc->sc_espstat2)); 2135 sc->sc_espintr, sc->sc_espstat, sc->sc_espstep); 2147 sc->sc_espstat & NCRSTAT_GE) { 2149 if ((sc->sc_espstat & NCRSTAT_GE) != 0) { 2212 if ((sc->sc_espstat & NCRSTAT_TC) == 0) { 2237 sc->sc_espstat, 2253 sc->sc_espstat, 2264 if ((sc->sc_espstat & NCRSTAT_PE) != 0) [all...] |
ncr53c9xvar.h | 290 uint8_t sc_espstat; member in struct:ncr53c9x_softc
|
lsi64854.c | 437 if ((nsc->sc_espstat & NCRSTAT_TC) == 0) {
|
/src/sys/arch/mac68k/obio/ |
esp.c | 499 espstat = (u_int)sc->sc_espstat; 537 sc->sc_espstat = (uint8_t)espstat; 545 sc->sc_espstat |= esc->sc_tc; 607 sc->sc_espstat |= NCRSTAT_TC; 617 if ((sc->sc_espstat & NCRSTAT_TC) == 0) { 1020 sc->sc_espintr, sc->sc_espstat, tc_size, esc->sc_dmasize); 1038 if ((sc->sc_espintr & NCRINTR_BS) && (sc->sc_espstat & NCRSTAT_TC)) {
|
/src/sys/dev/isa/ |
esp_isa.c | 500 espstat = (u_int)sc->sc_espstat; 533 sc->sc_espstat = (uint8_t)espstat; 541 sc->sc_espstat |= esc->sc_tc;
|
/src/sys/dev/mca/ |
esp_mca.c | 326 sc->sc_espstat |= NCRSTAT_TC; /* XXX */ 328 if ((sc->sc_espstat & NCRSTAT_TC) == 0) {
|
/src/sys/arch/macppc/dev/ |
esp.c | 442 if ((nsc->sc_espstat & NCRSTAT_TC) == 0) {
|
/src/sys/arch/sun3/dev/ |
dma.c | 366 if ((nsc->sc_espstat & NCRSTAT_TC) == 0) {
|
/src/sys/arch/arc/jazz/ |
asc.c | 325 if ((sc->sc_espstat & NCRSTAT_TC) == 0) {
|
/src/sys/arch/next68k/dev/ |
esp.c | 698 sc->sc_espstat, sc->sc_espstep, 738 sc->sc_espstat = NCR_READ_REG(sc, NCR_STAT) | 739 (sc->sc_espstat & NCRSTAT_INT);
|
/src/sys/dev/pci/ |
pcscp.c | 429 if ((sc->sc_espstat & NCRSTAT_TC) == 0) {
|