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

/freebsd-10.0-release/sys/dev/usb/controller/
H A Dehci.c700 link = hc32toh(sc, link);
736 s = hc32toh(sc, qtd->qtd_status);
753 hc32toh(sc, qtd->qtd_buffer[s]));
757 hc32toh(sc, qtd->qtd_buffer_hi[s]));
767 printf("QTD(%p) at 0x%08x:\n", sqtd, hc32toh(sc, sqtd->qtd_self));
795 printf("QH(%p) at 0x%08x:\n", qh, hc32toh(sc, qh->qh_self) & ~0x1F);
799 endp = hc32toh(sc, qh->qh_endp);
808 endphub = hc32toh(sc, qh->qh_endphub);
825 printf("SITD(%p) at 0x%08x\n", sitd, hc32toh(sc, sitd->sitd_self) & ~0x1F);
826 printf(" next=0x%08x\n", hc32toh(s
[all...]
H A Dehci.h404 hc32toh(const struct ehci_softc *sc, const uint32_t v) function
431 hc32toh(const struct ehci_softc *sc, const uint32_t v) function

Completed in 64 milliseconds