Searched refs:tx39spi_softc (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/tx/
H A Dtx39spivar.h32 struct tx39spi_softc;
39 int tx39spi_is_empty(struct tx39spi_softc *);
40 void tx39spi_put_word(struct tx39spi_softc *, int);
41 int tx39spi_get_word(struct tx39spi_softc *);
42 void tx39spi_enable(struct tx39spi_softc *, int);
43 void tx39spi_delayval(struct tx39spi_softc *, int);
44 void tx39spi_baudrate(struct tx39spi_softc *, int);
45 void tx39spi_word(struct tx39spi_softc *, int);
46 void tx39spi_phapol(struct tx39spi_softc *, int);
47 void tx39spi_clkpol(struct tx39spi_softc *, in
[all...]
H A Dtx39spi.c46 struct tx39spi_softc { struct
61 CFATTACH_DECL(tx39spi, sizeof(struct tx39spi_softc),
74 struct tx39spi_softc *sc = (void*)self;
99 struct tx39spi_softc *sc = (void*)parent;
138 tx39spi_is_empty(struct tx39spi_softc *sc)
144 tx39spi_put_word(struct tx39spi_softc *sc, int w)
156 tx39spi_get_word(struct tx39spi_softc *sc)
168 tx39spi_enable(struct tx39spi_softc *sc, int n)
180 tx39spi_delayval(struct tx39spi_softc *sc, int n)
188 tx39spi_baudrate(struct tx39spi_softc *s
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hpcmips/dev/
H A Doptpoint.c59 struct tx39spi_softc *sc_spi;
111 struct tx39spi_softc *spi = sc->sc_spi = (void*)parent;

Completed in 58 milliseconds