Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c331 qh_t->qh_self = in ehci_init()
368 qh_x->qh_link = qh_y->qh_self; in ehci_init()
405 sc->sc_intr_p_last[i | (EHCI_VIRTUAL_FRAMELIST_COUNT / 2)]->qh_self; in ehci_init()
458 qh_t->qh_self = in ehci_init()
466 qh_t->qh_link = qh_t->qh_self; in ehci_init()
719 PRINTK("QH(%p) at 0x%08x:\n", qh, hc32toh(sc, qh->qh_self) & ~0x1F); in ehci_dump_sqh()
943 last->qh_link = sqh->qh_self; in _ehci_append_qh()
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.h279 uint32_t qh_self; member