HomeSort by: relevance | last modified time | path
    Searched refs:at91spi_softc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/at91/
at91spivar.h 51 struct at91spi_softc { struct
at91spi.c 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);
198 struct at91spi_softc *sc = arg;
266 at91spi_xfer(struct at91spi_softc *sc, int start)
364 at91spi_sched(struct at91spi_softc *sc)
403 at91spi_done(struct at91spi_softc *sc, int err
    [all...]
  /src/sys/arch/evbarm/mpcsa/
mpcsa_spi.c 52 struct at91spi_softc sc_at91spi;

Completed in 69 milliseconds