at91spi_softc
struct at91spi_softc *sc = device_private(self);
struct at91spi_softc *sc = arg;
at91spi_xfer(struct at91spi_softc *sc, int start)
at91spi_sched(struct at91spi_softc *sc)
at91spi_done(struct at91spi_softc *sc, int err)
struct at91spi_softc *sc = arg;
struct at91spi_softc *sc = arg;
STATIC void at91spi_xfer(struct at91spi_softc *sc, int start);
STATIC void at91spi_done(struct at91spi_softc *, int);
STATIC void at91spi_send(struct at91spi_softc *);
STATIC void at91spi_recv(struct at91spi_softc *);
STATIC void at91spi_sched(struct at91spi_softc *);
struct at91spi_softc sc_at91spi;