Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
HDuhci.c520 qh_x->qh_h_next = qh_y->qh_self; in uhci_init()
537 qh_intr->qh_h_next = qh_ls->qh_self; in uhci_init()
566 qh_ls->qh_h_next = qh_fs->qh_self; in uhci_init()
581 qh_ctl->qh_h_next = qh_blk->qh_self; in uhci_init()
589 qh_blk->qh_h_next = qh_lst->qh_self; in uhci_init()
597 qh_lst->qh_h_next = htole32(UHCI_PTR_T); /* end of QH chain */ in uhci_init()
784 uint32_t qh_h_next; in uhci_dump_qh() local
789 qh_h_next = le32toh(sqh->qh_h_next); in uhci_dump_qh()
793 le32toh(sqh->qh_self), qh_h_next, qh_e_next); in uhci_dump_qh()
795 temp = ((((sqh->h_next != NULL) && !(qh_h_next & UHCI_PTR_T)) ? 1 : 0) | in uhci_dump_qh()
[all …]
HDuhci.h140 volatile uint32_t qh_h_next; member