Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_periodic_descriptor_link.c131 if ((next_physical_lp.value & (UX_EHCI_LINK_ADDRESS_MASK | UX_EHCI_T)) != UX_EHCI_T) in _ux_hcd_ehci_periodic_descriptor_link()
135 virtual_lp.value = next_physical_lp.value & UX_EHCI_LINK_ADDRESS_MASK; in _ux_hcd_ehci_periodic_descriptor_link()
Dux_hcd_ehci_done_queue_process.c148 ed.value &= UX_EHCI_LINK_ADDRESS_MASK; in _ux_hcd_ehci_done_queue_process()
168 ed.value &= UX_EHCI_LINK_ADDRESS_MASK; in _ux_hcd_ehci_done_queue_process()
Dux_hcd_ehci_least_traffic_list_get.c117 anchor.value &= UX_EHCI_LINK_ADDRESS_MASK; in _ux_hcd_ehci_least_traffic_list_get()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h485 #define UX_EHCI_LINK_ADDRESS_MASK 0xfffffff0u macro