Searched refs:ux_system_host_max_td (Results 1 – 9 of 9) sorted by relevance
91 for (td_index = 0; td_index < _ux_system_host -> ux_system_host_max_td; td_index++) in _ux_hcd_ohci_regular_td_obtain()
91 for (td_index = 0; td_index < _ux_system_host -> ux_system_host_max_td; td_index++) in _ux_hcd_ehci_regular_td_obtain()
142 …(UX_ALIGN_32, UX_CACHE_SAFE_MEMORY, sizeof(UX_OHCI_TD) * _ux_system_host -> ux_system_host_max_td); in _ux_hcd_ohci_initialize()
223 …(UX_ALIGN_32, UX_CACHE_SAFE_MEMORY, sizeof(UX_EHCI_TD) * _ux_system_host -> ux_system_host_max_td); in _ux_hcd_ehci_initialize()
90 for (td_index = 0; td_index < _ux_system_host -> ux_system_host_max_td; td_index++) in _ux_hcd_sim_host_regular_td_obtain()
134 if ((status == UX_SUCCESS) && (_ux_system_host -> ux_system_host_max_td != 0)) in _ux_hcd_sim_host_initialize()136 …, UX_REGULAR_MEMORY, (ULONG)sizeof(UX_HCD_SIM_HOST_TD) * _ux_system_host -> ux_system_host_max_td); in _ux_hcd_sim_host_initialize()
98 for (td_index = 0; td_index < _ux_system_host -> ux_system_host_max_td; td_index++) in _ux_hcd_sim_host_uninitialize()
154 _ux_system_host -> ux_system_host_max_td = UX_MAX_TD; in _ux_host_stack_initialize()
2578 ULONG ux_system_host_max_td; member