Searched refs:hc32toh (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/usb/controller/
H A Dehci.c681 link = hc32toh(sc, link);
717 s = hc32toh(sc, qtd->qtd_status);
734 hc32toh(sc, qtd->qtd_buffer[s]));
738 hc32toh(sc, qtd->qtd_buffer_hi[s]));
748 printf("QTD(%p) at 0x%08x:\n", sqtd, hc32toh(sc, sqtd->qtd_self));
776 printf("QH(%p) at 0x%08x:\n", qh, hc32toh(sc, qh->qh_self) & ~0x1F);
780 endp = hc32toh(sc, qh->qh_endp);
789 endphub = hc32toh(sc, qh->qh_endphub);
806 printf("SITD(%p) at 0x%08x\n", sitd, hc32toh(sc, sitd->sitd_self) & ~0x1F);
807 printf(" next=0x%08x\n", hc32toh(s
[all...]
H A Dehci.h407 hc32toh(const struct ehci_softc *sc, const uint32_t v) function
434 hc32toh(const struct ehci_softc *sc, const uint32_t v) function

Completed in 161 milliseconds