Searched refs:UX_EHCI_CMASK_0 (Results 1 – 4 of 4) sorted by relevance
464 mask = (UX_EHCI_CMASK_0 << split_count) - UX_EHCI_CMASK_0; in _ux_hcd_ehci_isochronous_endpoint_create()479 if (mask & UX_EHCI_CMASK_0) in _ux_hcd_ehci_isochronous_endpoint_create()481 mask &= ~UX_EHCI_CMASK_0; in _ux_hcd_ehci_isochronous_endpoint_create()493 if ((mask & (UX_EHCI_CMASK_0 << i)) == 0) in _ux_hcd_ehci_isochronous_endpoint_create()
185 (ed -> ux_ehci_ed_cap1 & (UX_EHCI_CMASK_0 << frindex))) in _ux_hcd_ehci_interrupt_endpoint_destroy()
250 if (ed_td.sitd_ptr -> ux_ehci_fsiso_td_cap1 & (UX_EHCI_CMASK_0 << frindex)) in _ux_hcd_ehci_isochronous_endpoint_destroy()
257 #define UX_EHCI_CMASK_0 (0x01u<<8) macro725 #define UX_EHCI_FSISO_UFRAME_CMASK_0 UX_EHCI_CMASK_0