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/
H A Dehci.c330 qh_t->qh_self = in ehci_init()
367 qh_x->qh_link = qh_y->qh_self; in ehci_init()
404 sc->sc_intr_p_last[i | (EHCI_VIRTUAL_FRAMELIST_COUNT / 2)]->qh_self; in ehci_init()
456 qh_t->qh_self = in ehci_init()
464 qh_t->qh_link = qh_t->qh_self; in ehci_init()
717 PRINTK("QH(%p) at 0x%08x:\n", qh, hc32toh(sc, qh->qh_self) & ~0x1F); in ehci_dump_sqh()
941 last->qh_link = sqh->qh_self; in _ehci_append_qh()
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.h277 uint32_t qh_self; member

Completed in 6 milliseconds