sys/dev/fdt/mvspi.c
109
struct mvspi_softc *sc = (struct mvspi_softc *)self;
sys/dev/fdt/mvspi.c
163
struct mvspi_softc *sc = (struct mvspi_softc *)self;
sys/dev/fdt/mvspi.c
172
struct mvspi_softc *sc = cookie;
sys/dev/fdt/mvspi.c
193
mvspi_clkdiv(struct mvspi_softc *sc, uint32_t freq)
sys/dev/fdt/mvspi.c
209
mvspi_wait_state(struct mvspi_softc *sc, uint32_t mask, uint32_t value)
sys/dev/fdt/mvspi.c
225
mvspi_set_cs(struct mvspi_softc *sc, int cs, int on)
sys/dev/fdt/mvspi.c
236
struct mvspi_softc *sc = cookie;
sys/dev/fdt/mvspi.c
273
struct mvspi_softc *sc = cookie;
sys/dev/fdt/mvspi.c
282
struct mvspi_softc *sc = cookie;
sys/dev/fdt/mvspi.c
288
mvspi_scan(struct mvspi_softc *sc)
sys/dev/fdt/mvspi.c
71
uint32_t mvspi_clkdiv(struct mvspi_softc *, uint32_t);
sys/dev/fdt/mvspi.c
76
void mvspi_set_cs(struct mvspi_softc *, int, int);
sys/dev/fdt/mvspi.c
77
int mvspi_wait_state(struct mvspi_softc *, uint32_t, uint32_t);
sys/dev/fdt/mvspi.c
79
void mvspi_scan(struct mvspi_softc *);
sys/dev/fdt/mvspi.c
91
sizeof(struct mvspi_softc), mvspi_match, mvspi_attach, mvspi_detach