uow_write
if (uow_write(sc, sc->sc_fifo, len) != 0)
if (uow_write(sc, buf, len) != 0)
if (uow_write(sc, data, 8) != 0)
if (uow_write(sc, data, 8) != 0)
int uow_write(struct uow_softc *, const void *, int);