HomeSort by: relevance | last modified time | path
    Searched defs:espstat (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/isa/
esp_isa.c 476 u_int espphase, espstat, espintr; local in function:esp_isa_dma_intr
500 espstat = (u_int)sc->sc_espstat;
525 espstat = NCR_READ_REG(sc, NCR_STAT);
529 espstat & PHASE_MASK;
533 sc->sc_espstat = (uint8_t)espstat;
  /src/sys/dev/pcmcia/
esp_pcmcia.c 325 u_int espphase, espstat, espintr; local in function:esp_pcmcia_dma_intr
347 espstat = (u_int)sc->sc_espstat;
370 espstat = NCR_READ_REG(sc, NCR_STAT);
374 : espstat & PHASE_MASK;
378 sc->sc_espstat = (uint8_t)espstat;
  /src/sys/dev/podulebus/
esp_podule.c 191 u_int espphase, espstat, espintr; local in function:esp_podule_dma_intr
213 espstat = (u_int)sc->sc_espstat;
236 espstat = NCR_READ_REG(sc, NCR_STAT);
240 espstat & PHASE_MASK;
244 sc->sc_espstat = (uint8_t)espstat;
  /src/sys/arch/mac68k/obio/
esp.c 479 u_int espphase, espstat, espintr; local in function:esp_dma_intr
499 espstat = (u_int)sc->sc_espstat;
528 espstat = *statreg;
532 : espstat & PHASE_MASK;
537 sc->sc_espstat = (uint8_t)espstat;

Completed in 15 milliseconds