Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/mips/alchemy/dev/
H A Dauspi.c68 struct auspi_softc { struct
93 CFATTACH_DECL_NEW(auspi, sizeof(struct auspi_softc), argument
101 STATIC void auspi_done(struct auspi_softc *, int);
102 STATIC void auspi_send(struct auspi_softc *);
103 STATIC void auspi_recv(struct auspi_softc *);
104 STATIC void auspi_sched(struct auspi_softc *);
125 struct auspi_softc *sc = device_private(self); in auspi_attach()
172 struct auspi_softc *sc = arg; in auspi_configure()
253 auspi_send(struct auspi_softc *sc) in auspi_send()
289 auspi_recv(struct auspi_softc *sc) in auspi_recv()
[all …]