tht_fifo
tht_fifo_alloc(struct tht_softc *sc, struct tht_fifo *tf,
tht_fifo_free(struct tht_softc *sc, struct tht_fifo *tf)
tht_fifo_readable(struct tht_softc *sc, struct tht_fifo *tf)
tht_fifo_writable(struct tht_softc *sc, struct tht_fifo *tf)
tht_fifo_pre(struct tht_softc *sc, struct tht_fifo *tf)
tht_fifo_read(struct tht_softc *sc, struct tht_fifo *tf,
tht_fifo_write(struct tht_softc *sc, struct tht_fifo *tf,
tht_fifo_write_dmap(struct tht_softc *sc, struct tht_fifo *tf,
tht_fifo_write_pad(struct tht_softc *sc, struct tht_fifo *tf, int bc)
tht_fifo_post(struct tht_softc *sc, struct tht_fifo *tf)
struct tht_fifo sc_txt;
struct tht_fifo sc_rxf;
struct tht_fifo sc_rxd;
struct tht_fifo sc_txf;
int tht_fifo_alloc(struct tht_softc *, struct tht_fifo *,
void tht_fifo_free(struct tht_softc *, struct tht_fifo *);
struct tht_fifo *);
struct tht_fifo *);
struct tht_fifo *);
void tht_fifo_read(struct tht_softc *, struct tht_fifo *,
void tht_fifo_write(struct tht_softc *, struct tht_fifo *,
struct tht_fifo *, bus_dmamap_t);
struct tht_fifo *, int);
struct tht_fifo *);