Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/usb/controller/
Dehci.h56 #define EHCI_LINK_QH 0x2 macro
Dehci.c266 EOWRITE4(sc, EHCI_ASYNCLISTADDR, buf_res.physaddr | EHCI_LINK_QH); in ehci_init_sub()
395 htohc32(sc, EHCI_LINK_QH); in ehci_init()
533 htohc32(sc, EHCI_LINK_QH); in ehci_init()
708 case EHCI_LINK_QH: in ehci_dump_link()
3714 qh->qh_self = htohc32(sc, page_info.physaddr | EHCI_LINK_QH); in ehci_xfer_setup()