HomeSort by: relevance | last modified time | path
    Searched refs:sc_espintr (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/dev/ic/
ncr53c9x.c 586 sc->sc_espintr = NCR_READ_REG(sc, NCR_INTR);
596 sc->sc_phase = (sc->sc_espintr & NCRINTR_DIS) ?
600 sc->sc_espintr, sc->sc_espstat, sc->sc_espstep, sc->sc_espstat2));
2121 if ((sc->sc_espintr & NCRINTR_SBR) != 0) {
2135 sc->sc_espintr, sc->sc_espstat, sc->sc_espstep);
2146 if (sc->sc_espintr & NCRINTR_ERR ||
2163 if ((sc->sc_espintr & NCRINTR_ILL) != 0) {
2236 sc->sc_espintr,
2252 sc->sc_espintr,
2272 if ((sc->sc_espintr & NCRINTR_DIS) != 0)
    [all...]
ncr53c9xvar.h 289 uint8_t sc_espintr; member in struct:ncr53c9x_softc
  /src/sys/dev/pcmcia/
esp_pcmcia.c 334 if ((sc->sc_espintr & NCRINTR_BS) == 0) {
348 espintr = (u_int)sc->sc_espintr;
379 sc->sc_espintr = (uint8_t)espintr;
  /src/sys/dev/podulebus/
esp_podule.c 200 if ((sc->sc_espintr & NCRINTR_BS) == 0) {
214 espintr = (u_int)sc->sc_espintr;
245 sc->sc_espintr = (uint8_t)espintr;
  /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);
399 if ((sc->sc_espintr & NCRINTR_BS) == 0) {
416 flscintr = (u_int)sc->sc_espintr;
469 sc->sc_espintr = (uint8_t)flscintr;
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/isa/
esp_isa.c 487 if ((sc->sc_espintr & NCRINTR_BS) == 0) {
501 espintr = (u_int)sc->sc_espintr;
534 sc->sc_espintr = (uint8_t)espintr;
  /src/sys/arch/mac68k/obio/
esp.c 487 if ((sc->sc_espintr & NCRINTR_BS) == 0) {
500 espintr = (u_int)sc->sc_espintr;
538 sc->sc_espintr = (uint8_t)espintr;
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/mca/
esp_mca.c 320 if ((sc->sc_espintr & NCRINTR_BS) == 0) {
  /src/sys/arch/next68k/dev/
esp.c 699 sc->sc_espintr,

Completed in 19 milliseconds