Home
last modified time | relevance | path

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

/trueos/sys/dev/usb/controller/
HDuhci.c425 qh->qh_self = in uhci_init_qh()
525 qh_x->qh_h_next = qh_y->qh_self; in uhci_init()
542 qh_intr->qh_h_next = qh_ls->qh_self; in uhci_init()
556 td_x->td_next = qh_intr->qh_self; in uhci_init()
571 qh_ls->qh_h_next = qh_fs->qh_self; in uhci_init()
586 qh_ctl->qh_h_next = qh_blk->qh_self; in uhci_init()
594 qh_blk->qh_h_next = qh_lst->qh_self; in uhci_init()
798 le32toh(sqh->qh_self), qh_h_next, qh_e_next); in uhci_dump_qh()
855 qh_lst->qh_h_next = qh_rec->qh_self; in uhci_add_loop()
948 last->qh_h_next = sqh->qh_self; in _uhci_append_qh()
[all …]
HDuhci.h150 uint32_t qh_self; member
HDehci.c396 qh->qh_self = in ehci_init()
433 qh_x->qh_link = qh_y->qh_self; in ehci_init()
474 sc->sc_intr_p_last[i | (EHCI_VIRTUAL_FRAMELIST_COUNT / 2)]->qh_self; in ehci_init()
534 qh->qh_self = in ehci_init()
542 qh->qh_link = qh->qh_self; in ehci_init()
795 printf("QH(%p) at 0x%08x:\n", qh, hc32toh(sc, qh->qh_self) & ~0x1F); in ehci_dump_sqh()
1017 last->qh_link = sqh->qh_self; in _ehci_append_qh()
3717 qh->qh_self = htohc32(sc, page_info.physaddr | EHCI_LINK_QH); in ehci_xfer_setup()
HDehci.h273 uint32_t qh_self; member