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

  /src/sys/arch/acorn32/podulebus/
coscvar.h 42 struct esc_softc sc_softc;
escvar.h 153 struct esc_softc { struct
177 int (*sc_setup_dma)(struct esc_softc *, void *,
179 int (*sc_build_dma_chain)(struct esc_softc *,
181 int (*sc_need_bump)(struct esc_softc *, void *,
186 void (*sc_led)(struct esc_softc *, int);
262 void escinitialize(struct esc_softc *sc);
266 void escintr(struct esc_softc *dev);
cosc.c 74 int cosc_setup_dma(struct esc_softc *, void *, int, int);
75 int cosc_build_dma_chain(struct esc_softc *, struct esc_dma_chain *, void *,
77 int cosc_need_bump(struct esc_softc *, void *, int);
78 void cosc_led(struct esc_softc *, int);
79 void cosc_set_dma_adr(struct esc_softc *, void *);
80 void cosc_set_dma_tc(struct esc_softc *, unsigned int);
81 void cosc_set_dma_mode(struct esc_softc *, int);
290 cosc_led(struct esc_softc *sc, int mode)
308 struct esc_softc *dev = arg;
340 cosc_set_dma_adr(struct esc_softc *sc, void *ptr
    [all...]
esc.c 110 void escinitialize(struct esc_softc *);
114 void esc_donextcmd(struct esc_softc *dev, struct esc_pending *pendp);
115 void esc_scsidone(struct esc_softc *dev, struct scsipi_xfer *xs,
117 void escintr(struct esc_softc *dev);
118 void esciwait(struct esc_softc *dev);
119 void escreset(struct esc_softc *dev, int how);
120 int escselect(struct esc_softc *dev, struct esc_pending *pendp,
123 void escicmd(struct esc_softc *dev, struct esc_pending *pendp);
124 int escgo(struct esc_softc *dev, struct esc_pending *pendp);
126 void esc_init_nexus(struct esc_softc *, struct nexus *)
    [all...]

Completed in 39 milliseconds