Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci.c209 EOWRITE4(sc, EHCI_ASYNCLISTADDR, buf_res.physaddr | EHCI_LINK_QH); in ehci_init_sub()
332 htohc32(sc, EHCI_LINK_QH); in ehci_init()
458 htohc32(sc, EHCI_LINK_QH); in ehci_init()
633 case EHCI_LINK_QH: in ehci_dump_link()
3667 qh->qh_self = htohc32(sc, page_info.physaddr | EHCI_LINK_QH);
3669 qh->qh_self = htohc32(sc, (unsigned int)page_info.buffer | EHCI_LINK_QH);
H A Dehci.h59 #define EHCI_LINK_QH 0x2 macro

Completed in 9 milliseconds