Searched refs:hc32toh (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/usb/controller/ |
H A D | ehci.c | 678 link = hc32toh(sc, link); in ehci_dump_link() 714 s = hc32toh(sc, qtd->qtd_status); in ehci_dump_qtd() 731 hc32toh(sc, qtd->qtd_buffer[s])); in ehci_dump_qtd() 735 hc32toh(sc, qtd->qtd_buffer_hi[s])); in ehci_dump_qtd() 745 printf("QTD(%p) at 0x%08x:\n", sqtd, hc32toh(sc, sqtd->qtd_self)); in ehci_dump_sqtd() 773 printf("QH(%p) at 0x%08x:\n", qh, hc32toh(sc, qh->qh_self) & ~0x1F); in ehci_dump_sqh() 777 endp = hc32toh(sc, qh->qh_endp); in ehci_dump_sqh() 786 endphub = hc32toh(sc, qh->qh_endphub); in ehci_dump_sqh() 803 printf("SITD(%p) at 0x%08x\n", sitd, hc32toh(sc, sitd->sitd_self) & ~0x1F); in ehci_dump_sitd() 804 printf(" next=0x%08x\n", hc32toh(sc, sitd->sitd_next)); in ehci_dump_sitd() [all …]
|
H A D | ehci.h | 405 hc32toh(const struct ehci_softc *sc, const uint32_t v) in hc32toh() function 432 hc32toh(const struct ehci_softc *sc, const uint32_t v) in hc32toh() function
|