Home | History | Annotate | Download | only in ic

Lines Matching refs:sunscpal_softc

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 *);
117 static void sunscpal_machine(struct sunscpal_softc *);
119 void sunscpal_abort(struct sunscpal_softc *);
177 static void sunscpal_dma_alloc(struct sunscpal_softc *);
178 static void sunscpal_dma_free(struct sunscpal_softc *);
179 static void sunscpal_dma_setup(struct sunscpal_softc *);
202 static inline int sunscpal_wait_req(struct sunscpal_softc *);
203 static inline int sunscpal_wait_not_req(struct sunscpal_softc *);
204 static inline void sunscpal_sched_msgout(struct sunscpal_softc *, int);
207 static inline int sunscpal_wait_req(struct sunscpal_softc *sc)
224 static inline int sunscpal_wait_not_req(struct sunscpal_softc *sc)
245 static void sunscpal_dma_start(struct sunscpal_softc *);
246 static void sunscpal_dma_poll(struct sunscpal_softc *);
247 static void sunscpal_dma_stop(struct sunscpal_softc *);
250 sunscpal_dma_start(struct sunscpal_softc *sc)
284 sunscpal_dma_poll(struct sunscpal_softc *sc)
319 sunscpal_dma_stop(struct sunscpal_softc *sc)
418 sunscpal_sched_msgout(struct sunscpal_softc *sc, int msg_code)
431 sunscpal_pio_out(struct sunscpal_softc *sc, int phase, int count, uint8_t *data)
464 sunscpal_pio_in(struct sunscpal_softc *sc, int phase, int count, uint8_t *data)
497 sunscpal_init(struct sunscpal_softc *sc)
530 sunscpal_reset_scsibus(struct sunscpal_softc *sc)
554 struct sunscpal_softc *sc = arg;
614 sunscpal_abort(struct sunscpal_softc *sc)
655 struct sunscpal_softc *sc;
728 struct sunscpal_softc *sc;
839 sunscpal_done(struct sunscpal_softc *sc)
943 sunscpal_sched(struct sunscpal_softc *sc)
1177 sunscpal_reselect(struct sunscpal_softc *sc)
1198 sunscpal_select(struct sunscpal_softc *sc, struct sunscpal_req *sr)
1292 sunscpal_msg_in(struct sunscpal_softc *sc)
1502 sunscpal_msg_out(struct sunscpal_softc *sc)
1521 sunscpal_command(struct sunscpal_softc *sc)
1555 sunscpal_data_xfer(struct sunscpal_softc *sc, int phase)
1639 sunscpal_status(struct sunscpal_softc *sc)
1666 sunscpal_machine(struct sunscpal_softc *sc)
1998 struct sunscpal_softc *sc;
2044 sunscpal_attach(struct sunscpal_softc *sc, int options)
2095 sunscpal_detach(struct sunscpal_softc *sc, int flags)
2124 sunscpal_dma_alloc(struct sunscpal_softc *sc)
2191 sunscpal_dma_free(struct sunscpal_softc *sc)
2221 sunscpal_dma_setup(struct sunscpal_softc *sc)