Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dehci.c394 qh->qh_endphub = in ehci_init()
549 qh->qh_endphub = htohc32(sc, EHCI_QH_SET_MULT(1)); in ehci_init()
816 endphub = hc32toh(sc, qh->qh_endphub); in ehci_dump_sqh()
1790 uint32_t qh_endphub; in ehci_setup_standard_chain() local
2006 qh_endphub = in ehci_setup_standard_chain()
2013 qh->qh_endphub = htohc32(temp.sc, qh_endphub); in ehci_setup_standard_chain()
H A Dehci.h253 volatile uint32_t qh_endphub; member