Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
HDuhci.c522 qh_x->qh_e_next = htole32(UHCI_PTR_T); in uhci_init()
539 qh_intr->qh_e_next = htole32(UHCI_PTR_T); in uhci_init()
568 qh_ls->qh_e_next = htole32(UHCI_PTR_T); in uhci_init()
583 qh_ctl->qh_e_next = htole32(UHCI_PTR_T); in uhci_init()
591 qh_blk->qh_e_next = htole32(UHCI_PTR_T); in uhci_init()
599 qh_lst->qh_e_next = td_lst->td_self; in uhci_init()
785 uint32_t qh_e_next; in uhci_dump_qh() local
790 qh_e_next = le32toh(sqh->qh_e_next); in uhci_dump_qh()
793 le32toh(sqh->qh_self), qh_h_next, qh_e_next); in uhci_dump_qh()
796 (((sqh->e_next != NULL) && !(qh_e_next & UHCI_PTR_T)) ? 2 : 0)); in uhci_dump_qh()
[all …]
HDuhci.h141 volatile uint32_t qh_e_next; member