Searched refs:microframe_ssplit_count (Results 1 – 4 of 4) sorted by relevance
85 ULONG microframe_load[8], ULONG microframe_ssplit_count[8]) in _ux_hcd_ehci_least_traffic_list_get()98 UX_PARAMETER_NOT_USED(microframe_ssplit_count); in _ux_hcd_ehci_least_traffic_list_get()127 microframe_ssplit_count[frindex] = 0; in _ux_hcd_ehci_least_traffic_list_get()139 …microframe_ssplit_count[frindex] += ed -> REF_AS.ANCHOR.ux_ehci_ed_microframe_ssplit_count[frindex… in _ux_hcd_ehci_least_traffic_list_get()
122 ULONG microframe_ssplit_count[8]; in _ux_hcd_ehci_interrupt_endpoint_create() local126 #define microframe_ssplit_count UX_NULL in _ux_hcd_ehci_interrupt_endpoint_create() macro254 …ed_list = _ux_hcd_ehci_least_traffic_list_get(hcd_ehci, microframe_load, microframe_ssplit_count); in _ux_hcd_ehci_interrupt_endpoint_create()285 if (microframe_ssplit_count[i] >= 16) in _ux_hcd_ehci_interrupt_endpoint_create()
121 ULONG microframe_ssplit_count[8]; in _ux_hcd_ehci_isochronous_endpoint_create()126 #define microframe_ssplit_count UX_NULL in _ux_hcd_ehci_isochronous_endpoint_create()335 … ed_list = _ux_hcd_ehci_least_traffic_list_get(hcd_ehci, microframe_load, microframe_ssplit_count); in _ux_hcd_ehci_isochronous_endpoint_create()363 if (microframe_ssplit_count[i] >= 16) in _ux_hcd_ehci_isochronous_endpoint_create()
817 …raffic_list_get(UX_HCD_EHCI *hcd_ehci, ULONG microframe_load[8], ULONG microframe_ssplit_count[8]);