Searched refs:ux_system_host_max_iso_td (Results 1 – 9 of 9) sorted by relevance
82 for (td_index = 0; td_index < _ux_system_host -> ux_system_host_max_iso_td; td_index++) in _ux_hcd_ohci_isochronous_td_obtain()
89 for (td_index = 0; td_index < _ux_system_host -> ux_system_host_max_iso_td; td_index++) in _ux_hcd_ehci_hsisochronous_td_obtain()
89 for (td_index = 0; td_index < _ux_system_host -> ux_system_host_max_iso_td; td_index++) in _ux_hcd_ehci_fsisochronous_td_obtain()
236 …32, UX_CACHE_SAFE_MEMORY, sizeof(UX_EHCI_FSISO_TD) * _ux_system_host -> ux_system_host_max_iso_td); in _ux_hcd_ehci_initialize()249 …64, UX_CACHE_SAFE_MEMORY, sizeof(UX_EHCI_HSISO_TD) * _ux_system_host -> ux_system_host_max_iso_td); in _ux_hcd_ehci_initialize()
147 …N_32, UX_CACHE_SAFE_MEMORY, sizeof(UX_OHCI_ISO_TD) * _ux_system_host -> ux_system_host_max_iso_td); in _ux_hcd_ohci_initialize()
81 for (td_index = 0; td_index < _ux_system_host -> ux_system_host_max_iso_td; td_index++) in _ux_hcd_sim_host_isochronous_td_obtain()
142 if ((status == UX_SUCCESS) && (_ux_system_host -> ux_system_host_max_iso_td != 0)) in _ux_hcd_sim_host_initialize()144 …ULAR_MEMORY, (ULONG)sizeof(UX_HCD_SIM_HOST_ISO_TD) * _ux_system_host -> ux_system_host_max_iso_td); in _ux_hcd_sim_host_initialize()
155 _ux_system_host -> ux_system_host_max_iso_td = UX_MAX_ISO_TD; in _ux_host_stack_initialize()
2579 ULONG ux_system_host_max_iso_td; member