sys/dev/fdt/sxitwi.c
156
int sxitwi_wait(struct sxitwi_softc *, u_int, u_int, int);
sys/dev/fdt/sxitwi.c
157
static inline u_int sxitwi_read_4(struct sxitwi_softc *, u_int);
sys/dev/fdt/sxitwi.c
158
static inline void sxitwi_write_4(struct sxitwi_softc *, u_int, u_int);
sys/dev/fdt/sxitwi.c
165
sizeof(struct sxitwi_softc), sxitwi_match, sxitwi_attach
sys/dev/fdt/sxitwi.c
183
struct sxitwi_softc *sc = (struct sxitwi_softc *)self;
sys/dev/fdt/sxitwi.c
336
sxitwi_read_4(struct sxitwi_softc *sc, u_int reg)
sys/dev/fdt/sxitwi.c
343
sxitwi_write_4(struct sxitwi_softc *sc, u_int reg, u_int val)
sys/dev/fdt/sxitwi.c
352
struct sxitwi_softc *sc = arg;
sys/dev/fdt/sxitwi.c
366
struct sxitwi_softc *sc = arg;
sys/dev/fdt/sxitwi.c
377
struct sxitwi_softc *sc = arg;
sys/dev/fdt/sxitwi.c
388
struct sxitwi_softc *sc = v;
sys/dev/fdt/sxitwi.c
403
struct sxitwi_softc *sc = v;
sys/dev/fdt/sxitwi.c
420
struct sxitwi_softc *sc = v;
sys/dev/fdt/sxitwi.c
465
struct sxitwi_softc *sc = v;
sys/dev/fdt/sxitwi.c
482
struct sxitwi_softc *sc = v;
sys/dev/fdt/sxitwi.c
493
sxitwi_wait(struct sxitwi_softc *sc, u_int control, u_int expect, int flags)