Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dehci.c380 qh->qh_endp = in ehci_init()
517 qh->qh_endp = in ehci_init()
777 endp = hc32toh(sc, qh->qh_endp); in ehci_dump_sqh()
1739 uint32_t qh_endp; in ehci_setup_standard_chain() local
1918 qh_endp = in ehci_setup_standard_chain()
1924 qh_endp |= EHCI_QH_SET_EPS(EHCI_QH_SPEED_HIGH); in ehci_setup_standard_chain()
1926 qh_endp |= EHCI_QH_SET_NRL(8); in ehci_setup_standard_chain()
1929 qh_endp |= EHCI_QH_SET_EPS(EHCI_QH_SPEED_FULL); in ehci_setup_standard_chain()
1931 qh_endp |= EHCI_QH_SET_EPS(EHCI_QH_SPEED_LOW); in ehci_setup_standard_chain()
1935 qh_endp |= EHCI_QH_CTL; in ehci_setup_standard_chain()
[all …]
H A Dehci.h229 volatile uint32_t qh_endp; member