Searched refs:ux_system_host_max_ed (Results 1 – 8 of 8) sorted by relevance
82 for (ed_index = 0; ed_index < _ux_system_host -> ux_system_host_max_ed; ed_index++) in _ux_hcd_ohci_ed_obtain()
82 for (ed_index = 0; ed_index < _ux_system_host -> ux_system_host_max_ed; ed_index++) in _ux_hcd_ehci_ed_obtain()
137 …(UX_ALIGN_16, UX_CACHE_SAFE_MEMORY, sizeof(UX_OHCI_ED) * _ux_system_host -> ux_system_host_max_ed); in _ux_hcd_ohci_initialize()
215 …(UX_ALIGN_32, UX_CACHE_SAFE_MEMORY, sizeof(UX_EHCI_ED) * _ux_system_host -> ux_system_host_max_ed); in _ux_hcd_ehci_initialize()
81 for(ed_index = 0; ed_index < _ux_system_host -> ux_system_host_max_ed; ed_index++) in _ux_hcd_sim_host_ed_obtain()
124 if (_ux_system_host -> ux_system_host_max_ed != 0) in _ux_hcd_sim_host_initialize()126 …, UX_REGULAR_MEMORY, (ULONG)sizeof(UX_HCD_SIM_HOST_ED) * _ux_system_host -> ux_system_host_max_ed); in _ux_hcd_sim_host_initialize()
153 _ux_system_host -> ux_system_host_max_ed = UX_MAX_ED; in _ux_host_stack_initialize()
2577 ULONG ux_system_host_max_ed; member