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

/freebsd-11.0-release/sys/dev/usb/controller/
H A Duhci.c525 qh_x->qh_e_next = htole32(UHCI_PTR_T);
542 qh_intr->qh_e_next = htole32(UHCI_PTR_T);
571 qh_ls->qh_e_next = htole32(UHCI_PTR_T);
586 qh_ctl->qh_e_next = htole32(UHCI_PTR_T);
594 qh_blk->qh_e_next = htole32(UHCI_PTR_T);
602 qh_lst->qh_e_next = td_lst->td_self;
788 uint32_t qh_e_next; local
793 qh_e_next = le32toh(sqh->qh_e_next);
796 le32toh(sqh->qh_self), qh_h_next, qh_e_next);
[all...]
H A Duhci.h141 volatile uint32_t qh_e_next; member in struct:uhci_qh

Completed in 53 milliseconds