Symbol: tx39spi_softc
sys/arch/hpcmips/dev/optpoint.c
111
struct tx39spi_softc *spi = sc->sc_spi = device_private(parent);
sys/arch/hpcmips/dev/optpoint.c
59
struct tx39spi_softc *sc_spi;
sys/arch/hpcmips/tx/tx39spi.c
136
tx39spi_is_empty(struct tx39spi_softc *sc)
sys/arch/hpcmips/tx/tx39spi.c
142
tx39spi_put_word(struct tx39spi_softc *sc, int w)
sys/arch/hpcmips/tx/tx39spi.c
154
tx39spi_get_word(struct tx39spi_softc *sc)
sys/arch/hpcmips/tx/tx39spi.c
166
tx39spi_enable(struct tx39spi_softc *sc, int n)
sys/arch/hpcmips/tx/tx39spi.c
178
tx39spi_delayval(struct tx39spi_softc *sc, int n)
sys/arch/hpcmips/tx/tx39spi.c
186
tx39spi_baudrate(struct tx39spi_softc *sc, int n)
sys/arch/hpcmips/tx/tx39spi.c
194
tx39spi_word(struct tx39spi_softc *sc, int n)
sys/arch/hpcmips/tx/tx39spi.c
206
tx39spi_phapol(struct tx39spi_softc *sc, int n)
sys/arch/hpcmips/tx/tx39spi.c
218
tx39spi_clkpol(struct tx39spi_softc *sc, int n)
sys/arch/hpcmips/tx/tx39spi.c
230
tx39spi_lsb(struct tx39spi_softc *sc, int n)
sys/arch/hpcmips/tx/tx39spi.c
59
CFATTACH_DECL_NEW(tx39spi, sizeof(struct tx39spi_softc),
sys/arch/hpcmips/tx/tx39spi.c
72
struct tx39spi_softc *sc = device_private(self);
sys/arch/hpcmips/tx/tx39spi.c
97
struct tx39spi_softc *sc = device_private(parent);
sys/arch/hpcmips/tx/tx39spivar.h
32
struct tx39spi_softc;
sys/arch/hpcmips/tx/tx39spivar.h
39
int tx39spi_is_empty(struct tx39spi_softc *);
sys/arch/hpcmips/tx/tx39spivar.h
40
void tx39spi_put_word(struct tx39spi_softc *, int);
sys/arch/hpcmips/tx/tx39spivar.h
41
int tx39spi_get_word(struct tx39spi_softc *);
sys/arch/hpcmips/tx/tx39spivar.h
42
void tx39spi_enable(struct tx39spi_softc *, int);
sys/arch/hpcmips/tx/tx39spivar.h
43
void tx39spi_delayval(struct tx39spi_softc *, int);
sys/arch/hpcmips/tx/tx39spivar.h
44
void tx39spi_baudrate(struct tx39spi_softc *, int);
sys/arch/hpcmips/tx/tx39spivar.h
45
void tx39spi_word(struct tx39spi_softc *, int);
sys/arch/hpcmips/tx/tx39spivar.h
46
void tx39spi_phapol(struct tx39spi_softc *, int);
sys/arch/hpcmips/tx/tx39spivar.h
47
void tx39spi_clkpol(struct tx39spi_softc *, int);
sys/arch/hpcmips/tx/tx39spivar.h
48
void tx39spi_lsb(struct tx39spi_softc *, int);