sys/dev/fdt/imxspi.c
111
uint32_t imxspi_clkdiv(struct imxspi_softc *, uint32_t);
sys/dev/fdt/imxspi.c
116
void *imxspi_find_cs_gpio(struct imxspi_softc *, int);
sys/dev/fdt/imxspi.c
117
int imxspi_wait_state(struct imxspi_softc *, uint32_t, uint32_t);
sys/dev/fdt/imxspi.c
119
void imxspi_scan(struct imxspi_softc *);
sys/dev/fdt/imxspi.c
131
sizeof(struct imxspi_softc), imxspi_match, imxspi_attach,
sys/dev/fdt/imxspi.c
150
struct imxspi_softc *sc = (struct imxspi_softc *)self;
sys/dev/fdt/imxspi.c
173
struct imxspi_softc *sc = (struct imxspi_softc *)self;
sys/dev/fdt/imxspi.c
217
struct imxspi_softc *sc = (struct imxspi_softc *)self;
sys/dev/fdt/imxspi.c
228
struct imxspi_softc *sc = cookie;
sys/dev/fdt/imxspi.c
269
imxspi_clkdiv(struct imxspi_softc *sc, uint32_t freq)
sys/dev/fdt/imxspi.c
292
imxspi_wait_state(struct imxspi_softc *sc, uint32_t mask, uint32_t value)
sys/dev/fdt/imxspi.c
307
imxspi_find_cs_gpio(struct imxspi_softc *sc, int cs)
sys/dev/fdt/imxspi.c
328
struct imxspi_softc *sc = cookie;
sys/dev/fdt/imxspi.c
393
struct imxspi_softc *sc = cookie;
sys/dev/fdt/imxspi.c
402
struct imxspi_softc *sc = cookie;
sys/dev/fdt/imxspi.c
408
imxspi_scan(struct imxspi_softc *sc)