Lines Matching refs:at91spi_softc
89 STATIC void at91spi_xfer(struct at91spi_softc *sc, int start);
92 STATIC void at91spi_done(struct at91spi_softc *, int);
93 STATIC void at91spi_send(struct at91spi_softc *);
94 STATIC void at91spi_recv(struct at91spi_softc *);
95 STATIC void at91spi_sched(struct at91spi_softc *);
106 struct at91spi_softc *sc = device_private(self); in at91spi_attach_common()
202 struct at91spi_softc *sc = arg; in at91spi_configure()
270 at91spi_xfer(struct at91spi_softc *sc, int start) in at91spi_xfer()
368 at91spi_sched(struct at91spi_softc *sc) in at91spi_sched()
407 at91spi_done(struct at91spi_softc *sc, int err) in at91spi_done()
425 struct at91spi_softc *sc = arg; in at91spi_intr()
485 struct at91spi_softc *sc = arg; in at91spi_transfer()