tx39spi_softc
struct tx39spi_softc *spi = sc->sc_spi = device_private(parent);
struct tx39spi_softc *sc_spi;
tx39spi_is_empty(struct tx39spi_softc *sc)
tx39spi_put_word(struct tx39spi_softc *sc, int w)
tx39spi_get_word(struct tx39spi_softc *sc)
tx39spi_enable(struct tx39spi_softc *sc, int n)
tx39spi_delayval(struct tx39spi_softc *sc, int n)
tx39spi_baudrate(struct tx39spi_softc *sc, int n)
tx39spi_word(struct tx39spi_softc *sc, int n)
tx39spi_phapol(struct tx39spi_softc *sc, int n)
tx39spi_clkpol(struct tx39spi_softc *sc, int n)
tx39spi_lsb(struct tx39spi_softc *sc, int n)
CFATTACH_DECL_NEW(tx39spi, sizeof(struct tx39spi_softc),
struct tx39spi_softc *sc = device_private(self);
struct tx39spi_softc *sc = device_private(parent);
struct tx39spi_softc;
int tx39spi_is_empty(struct tx39spi_softc *);
void tx39spi_put_word(struct tx39spi_softc *, int);
int tx39spi_get_word(struct tx39spi_softc *);
void tx39spi_enable(struct tx39spi_softc *, int);
void tx39spi_delayval(struct tx39spi_softc *, int);
void tx39spi_baudrate(struct tx39spi_softc *, int);
void tx39spi_word(struct tx39spi_softc *, int);
void tx39spi_phapol(struct tx39spi_softc *, int);
void tx39spi_clkpol(struct tx39spi_softc *, int);
void tx39spi_lsb(struct tx39spi_softc *, int);