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

  /src/sys/dev/ic/
sunscpalvar.h 159 struct sunscpal_softc { struct
196 void (*sc_dma_alloc)(struct sunscpal_softc *);
197 void (*sc_dma_free)(struct sunscpal_softc *);
199 void (*sc_dma_setup)(struct sunscpal_softc *);
202 void (*sc_intr_on)(struct sunscpal_softc *);
203 void (*sc_intr_off)(struct sunscpal_softc *);
267 void sunscpal_attach(struct sunscpal_softc *, int);
268 int sunscpal_detach(struct sunscpal_softc *, int);
272 int sunscpal_pio_in(struct sunscpal_softc *, int, int, uint8_t *);
273 int sunscpal_pio_out(struct sunscpal_softc *, int, int, uint8_t *)
    [all...]
sunscpal.c 105 static void sunscpal_reset_scsibus(struct sunscpal_softc *);
106 static void sunscpal_sched(struct sunscpal_softc *);
107 static void sunscpal_done(struct sunscpal_softc *);
109 static int sunscpal_select(struct sunscpal_softc *, struct sunscpal_req *);
110 static void sunscpal_reselect(struct sunscpal_softc *);
112 static int sunscpal_msg_in(struct sunscpal_softc *);
113 static int sunscpal_msg_out(struct sunscpal_softc *);
114 static int sunscpal_data_xfer(struct sunscpal_softc *, int);
115 static int sunscpal_command(struct sunscpal_softc *);
116 static int sunscpal_status(struct sunscpal_softc *);
    [all...]
  /src/sys/arch/sun2/dev/
sc_mbmem.c 103 CFATTACH_DECL_NEW(sc_mbmem, sizeof(struct sunscpal_softc),
142 struct sunscpal_softc *sc = device_private(self);
189 struct sunscpal_softc *sc = arg;
  /src/sys/dev/vme/
sc_vme.c 113 CFATTACH_DECL_NEW(sc_vme, sizeof(struct sunscpal_softc),
143 struct sunscpal_softc *sc = device_private(self);
227 struct sunscpal_softc *sc = arg;

Completed in 13 milliseconds