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

  /src/sys/dev/ic/
ncr5380var.h 114 struct ncr5380_softc { struct
146 int (*sc_pio_out)(struct ncr5380_softc *,
148 int (*sc_pio_in)(struct ncr5380_softc *,
150 void (*sc_dma_alloc)(struct ncr5380_softc *);
151 void (*sc_dma_free)(struct ncr5380_softc *);
153 void (*sc_dma_setup)(struct ncr5380_softc *);
154 void (*sc_dma_start)(struct ncr5380_softc *);
155 void (*sc_dma_poll)(struct ncr5380_softc *);
156 void (*sc_dma_eop)(struct ncr5380_softc *);
157 void (*sc_dma_stop)(struct ncr5380_softc *);
    [all...]

Completed in 12 milliseconds