tht_fifo_write
tht_fifo_write(sc, &sc->sc_txt, &txt, sizeof(txt));
tht_fifo_write(sc, &sc->sc_rxf, &rxf, sizeof(rxf));
tht_fifo_write(sc, tf, &pbd, sizeof(pbd));
tht_fifo_write(sc, tf, (void *)&pad, sizeof(pad));
tht_fifo_write(sc, &sc->sc_txt, buf, wrlen);
void tht_fifo_write(struct tht_softc *, struct tht_fifo *,