Home
last modified time | relevance | path

Searched refs:at91spi_softc (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/arm/at91/
H A Dat91spi.c89 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 …]
H A Dat91spivar.h51 struct at91spi_softc { struct
/netbsd-src/sys/arch/evbarm/mpcsa/
H A Dmpcsa_spi.c52 struct at91spi_softc sc_at91spi;