Searched refs:at91spi_softc (Results 1 – 3 of 3) sorted by relevance
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()[all …]
51 struct at91spi_softc { struct
52 struct at91spi_softc sc_at91spi;