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

  /src/sys/dev/isa/
esp_isa.c 476 u_int espphase, espstat, espintr; local in function:esp_isa_dma_intr
501 espintr = (u_int)sc->sc_espintr;
526 espintr = NCR_READ_REG(sc, NCR_INTR);
527 espphase = (espintr & NCRINTR_DIS) ?
531 } while (esc->sc_active && espintr);
534 sc->sc_espintr = (uint8_t)espintr;
esp_isa.c 476 u_int espphase, espstat, espintr; local in function:esp_isa_dma_intr
501 espintr = (u_int)sc->sc_espintr;
526 espintr = NCR_READ_REG(sc, NCR_INTR);
527 espphase = (espintr & NCRINTR_DIS) ?
531 } while (esc->sc_active && espintr);
534 sc->sc_espintr = (uint8_t)espintr;
esp_isa.c 476 u_int espphase, espstat, espintr; local in function:esp_isa_dma_intr
501 espintr = (u_int)sc->sc_espintr;
526 espintr = NCR_READ_REG(sc, NCR_INTR);
527 espphase = (espintr & NCRINTR_DIS) ?
531 } while (esc->sc_active && espintr);
534 sc->sc_espintr = (uint8_t)espintr;
  /src/sys/dev/pcmcia/
esp_pcmcia.c 325 u_int espphase, espstat, espintr; local in function:esp_pcmcia_dma_intr
348 espintr = (u_int)sc->sc_espintr;
371 espintr = NCR_READ_REG(sc, NCR_INTR);
372 espphase = (espintr & NCRINTR_DIS)
376 } while (esc->sc_active && espintr);
379 sc->sc_espintr = (uint8_t)espintr;
esp_pcmcia.c 325 u_int espphase, espstat, espintr; local in function:esp_pcmcia_dma_intr
348 espintr = (u_int)sc->sc_espintr;
371 espintr = NCR_READ_REG(sc, NCR_INTR);
372 espphase = (espintr & NCRINTR_DIS)
376 } while (esc->sc_active && espintr);
379 sc->sc_espintr = (uint8_t)espintr;
esp_pcmcia.c 325 u_int espphase, espstat, espintr; local in function:esp_pcmcia_dma_intr
348 espintr = (u_int)sc->sc_espintr;
371 espintr = NCR_READ_REG(sc, NCR_INTR);
372 espphase = (espintr & NCRINTR_DIS)
376 } while (esc->sc_active && espintr);
379 sc->sc_espintr = (uint8_t)espintr;
  /src/sys/dev/podulebus/
esp_podule.c 191 u_int espphase, espstat, espintr; local in function:esp_podule_dma_intr
214 espintr = (u_int)sc->sc_espintr;
237 espintr = NCR_READ_REG(sc, NCR_INTR);
238 espphase = (espintr & NCRINTR_DIS) ?
242 } while (esc->sc_active && espintr);
245 sc->sc_espintr = (uint8_t)espintr;
esp_podule.c 191 u_int espphase, espstat, espintr; local in function:esp_podule_dma_intr
214 espintr = (u_int)sc->sc_espintr;
237 espintr = NCR_READ_REG(sc, NCR_INTR);
238 espphase = (espintr & NCRINTR_DIS) ?
242 } while (esc->sc_active && espintr);
245 sc->sc_espintr = (uint8_t)espintr;
esp_podule.c 191 u_int espphase, espstat, espintr; local in function:esp_podule_dma_intr
214 espintr = (u_int)sc->sc_espintr;
237 espintr = NCR_READ_REG(sc, NCR_INTR);
238 espphase = (espintr & NCRINTR_DIS) ?
242 } while (esc->sc_active && espintr);
245 sc->sc_espintr = (uint8_t)espintr;
  /src/sys/arch/mac68k/obio/
esp.c 479 u_int espphase, espstat, espintr; local in function:esp_dma_intr
500 espintr = (u_int)sc->sc_espintr;
529 espintr = *intrreg;
530 espphase = (espintr & NCRINTR_DIS)
535 } while (esc->sc_active && (espintr & NCRINTR_BS));
538 sc->sc_espintr = (uint8_t)espintr;
esp.c 479 u_int espphase, espstat, espintr; local in function:esp_dma_intr
500 espintr = (u_int)sc->sc_espintr;
529 espintr = *intrreg;
530 espphase = (espintr & NCRINTR_DIS)
535 } while (esc->sc_active && (espintr & NCRINTR_BS));
538 sc->sc_espintr = (uint8_t)espintr;
esp.c 479 u_int espphase, espstat, espintr; local in function:esp_dma_intr
500 espintr = (u_int)sc->sc_espintr;
529 espintr = *intrreg;
530 espphase = (espintr & NCRINTR_DIS)
535 } while (esc->sc_active && (espintr & NCRINTR_BS));
538 sc->sc_espintr = (uint8_t)espintr;

Completed in 171 milliseconds