Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_interrupt_endpoint_create.c126 ULONG cmask; in _ux_hcd_ehci_interrupt_endpoint_create() local
335 cmask = UX_EHCI_CMASK_INT_Y5; in _ux_hcd_ehci_interrupt_endpoint_create()
342 cmask = UX_EHCI_CMASK_INT_Y0 << i; in _ux_hcd_ehci_interrupt_endpoint_create()
345 cmask |= cmask >> 8; in _ux_hcd_ehci_interrupt_endpoint_create()
346 cmask &= UX_EHCI_CMASK_MASK; in _ux_hcd_ehci_interrupt_endpoint_create()
374 ed -> ux_ehci_ed_cap1 |= cmask; in _ux_hcd_ehci_interrupt_endpoint_create()