Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c335 qh_t->qh_endp = in ehci_init()
462 qh_t->qh_endp = in ehci_init()
722 endp = hc32toh(sc, qh->qh_endp); in ehci_dump_sqh()
1693 uint32_t qh_endp; in ehci_setup_standard_chain() local
1875 qh_endp = in ehci_setup_standard_chain()
1881 qh_endp |= EHCI_QH_SET_EPS(EHCI_QH_SPEED_HIGH); in ehci_setup_standard_chain()
1883 qh_endp |= EHCI_QH_SET_NRL(8U); in ehci_setup_standard_chain()
1886 qh_endp |= EHCI_QH_SET_EPS(EHCI_QH_SPEED_FULL); in ehci_setup_standard_chain()
1888 qh_endp |= EHCI_QH_SET_EPS(EHCI_QH_SPEED_LOW); in ehci_setup_standard_chain()
1892 qh_endp |= EHCI_QH_CTL; in ehci_setup_standard_chain()
[all …]
Dehci.h234 volatile uint32_t qh_endp; member