Lines Matching defs:spifi_softc
79 struct spifi_softc {
113 struct spifi_scb *spifi_get_scb(struct spifi_softc *);
114 void spifi_free_scb(struct spifi_softc *, struct spifi_scb *);
115 int spifi_poll(struct spifi_softc *);
118 void spifi_sched(struct spifi_softc *);
120 void spifi_pmatch(struct spifi_softc *);
122 void spifi_select(struct spifi_softc *);
123 void spifi_sendmsg(struct spifi_softc *, int);
124 void spifi_command(struct spifi_softc *);
125 void spifi_data_io(struct spifi_softc *);
126 void spifi_status(struct spifi_softc *);
127 int spifi_done(struct spifi_softc *);
128 void spifi_fifo_drain(struct spifi_softc *);
129 void spifi_reset(struct spifi_softc *);
130 void spifi_bus_reset(struct spifi_softc *);
138 CFATTACH_DECL_NEW(spifi, sizeof(struct spifi_softc),
155 struct spifi_softc *sc = device_private(self);
221 struct spifi_softc *sc = device_private(chan->chan_adapter->adapt_dev);
282 spifi_get_scb(struct spifi_softc *sc)
297 spifi_free_scb(struct spifi_softc *sc, struct spifi_scb *scb)
307 spifi_poll(struct spifi_softc *sc)
349 spifi_sched(struct spifi_softc *sc)
415 struct spifi_softc *sc = v;
540 spifi_pmatch(struct spifi_softc *sc)
572 spifi_select(struct spifi_softc *sc)
598 spifi_sendmsg(struct spifi_softc *sc, int msg)
639 spifi_command(struct spifi_softc *sc)
666 spifi_data_io(struct spifi_softc *sc)
703 spifi_status(struct spifi_softc *sc)
714 spifi_done(struct spifi_softc *sc)
740 spifi_fifo_drain(struct spifi_softc *sc)
766 spifi_reset(struct spifi_softc *sc)
801 spifi_bus_reset(struct spifi_softc *sc)
821 spifi_setsync(struct spifi_softc *sc, struct spifi_tinfo *ti)