spifi_softc
struct spifi_scb *spifi_get_scb(struct spifi_softc *);
void spifi_free_scb(struct spifi_softc *, struct spifi_scb *);
int spifi_poll(struct spifi_softc *);
void spifi_sched(struct spifi_softc *);
void spifi_pmatch(struct spifi_softc *);
void spifi_select(struct spifi_softc *);
void spifi_sendmsg(struct spifi_softc *, int);
void spifi_command(struct spifi_softc *);
void spifi_data_io(struct spifi_softc *);
void spifi_status(struct spifi_softc *);
int spifi_done(struct spifi_softc *);
void spifi_fifo_drain(struct spifi_softc *);
void spifi_reset(struct spifi_softc *);
void spifi_bus_reset(struct spifi_softc *);
CFATTACH_DECL_NEW(spifi, sizeof(struct spifi_softc),
struct spifi_softc *sc = device_private(self);
struct spifi_softc *sc = device_private(chan->chan_adapter->adapt_dev);
spifi_get_scb(struct spifi_softc *sc)
spifi_free_scb(struct spifi_softc *sc, struct spifi_scb *scb)
spifi_poll(struct spifi_softc *sc)
spifi_sched(struct spifi_softc *sc)
struct spifi_softc *sc = v;
spifi_pmatch(struct spifi_softc *sc)
spifi_select(struct spifi_softc *sc)
spifi_sendmsg(struct spifi_softc *sc, int msg)
spifi_command(struct spifi_softc *sc)
spifi_data_io(struct spifi_softc *sc)
spifi_status(struct spifi_softc *sc)
spifi_done(struct spifi_softc *sc)
spifi_fifo_drain(struct spifi_softc *sc)
spifi_reset(struct spifi_softc *sc)
spifi_bus_reset(struct spifi_softc *sc)
spifi_setsync(struct spifi_softc *sc, struct spifi_tinfo *ti)