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/
Dehci.c210 EOWRITE4(sc, EHCI_ASYNCLISTADDR, buf_res.physaddr | EHCI_LINK_QH); in ehci_init_sub()
333 htohc32(sc, EHCI_LINK_QH); in ehci_init()
460 htohc32(sc, EHCI_LINK_QH); in ehci_init()
635 case EHCI_LINK_QH: in ehci_dump_link()
3700 qh->qh_self = htohc32(sc, page_info.physaddr | EHCI_LINK_QH);
3702 qh->qh_self = htohc32(sc, (unsigned int)page_info.buffer | EHCI_LINK_QH);
Dehci.h60 #define EHCI_LINK_QH 0x2 macro