Searched refs:tx39spi_softc (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/arch/hpcmips/tx/ |
| D | tx39spivar.h | 32 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 *, int); [all …]
|
| D | tx39spi.c | 46 struct tx39spi_softc { struct 59 CFATTACH_DECL_NEW(tx39spi, sizeof(struct tx39spi_softc), argument 72 struct tx39spi_softc *sc = device_private(self); in tx39spi_attach() 97 struct tx39spi_softc *sc = device_private(parent); in tx39spi_search() 136 tx39spi_is_empty(struct tx39spi_softc *sc) in tx39spi_is_empty() 142 tx39spi_put_word(struct tx39spi_softc *sc, int w) in tx39spi_put_word() 154 tx39spi_get_word(struct tx39spi_softc *sc) in tx39spi_get_word() 166 tx39spi_enable(struct tx39spi_softc *sc, int n) in tx39spi_enable() 178 tx39spi_delayval(struct tx39spi_softc *sc, int n) in tx39spi_delayval() 186 tx39spi_baudrate(struct tx39spi_softc *sc, int n) in tx39spi_baudrate() [all …]
|
| /netbsd/src/sys/arch/hpcmips/dev/ |
| D | optpoint.c | 59 struct tx39spi_softc *sc_spi; 111 struct tx39spi_softc *spi = sc->sc_spi = device_private(parent); in optpoint_attach()
|