Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/port/ehci/
A Dusb_ehci_reg.h184 #define QH_EPCHAR_ENDPT_SHIFT (8) /* Bitx 8-11: Endpoint Number */ macro
185 #define QH_EPCHAR_ENDPT_MASK (15 << QH_EPCHAR_ENDPT_SHIFT)
A Dusb_hc_ehci.c225 epchar |= ((ep_addr & 0xf) << QH_EPCHAR_ENDPT_SHIFT); in ehci_qh_fill()

Completed in 8 milliseconds