Searched refs:microframe_ssplit_count (Results 1 – 4 of 4) sorted by relevance
84 ULONG microframe_load[8], ULONG microframe_ssplit_count[8]) in _ux_hcd_ehci_least_traffic_list_get()97 UX_PARAMETER_NOT_USED(microframe_ssplit_count); in _ux_hcd_ehci_least_traffic_list_get()126 microframe_ssplit_count[frindex] = 0; in _ux_hcd_ehci_least_traffic_list_get()138 …microframe_ssplit_count[frindex] += ed -> REF_AS.ANCHOR.ux_ehci_ed_microframe_ssplit_count[frindex… in _ux_hcd_ehci_least_traffic_list_get()
124 ULONG microframe_ssplit_count[8]; in _ux_hcd_ehci_interrupt_endpoint_create() local128 #define microframe_ssplit_count UX_NULL in _ux_hcd_ehci_interrupt_endpoint_create() macro260 …ed_list = _ux_hcd_ehci_least_traffic_list_get(hcd_ehci, microframe_load, microframe_ssplit_count); in _ux_hcd_ehci_interrupt_endpoint_create()291 if (microframe_ssplit_count[i] >= 16) in _ux_hcd_ehci_interrupt_endpoint_create()
125 ULONG microframe_ssplit_count[8]; in _ux_hcd_ehci_isochronous_endpoint_create()130 #define microframe_ssplit_count UX_NULL in _ux_hcd_ehci_isochronous_endpoint_create()340 … ed_list = _ux_hcd_ehci_least_traffic_list_get(hcd_ehci, microframe_load, microframe_ssplit_count); in _ux_hcd_ehci_isochronous_endpoint_create()368 if (microframe_ssplit_count[i] >= 16) in _ux_hcd_ehci_isochronous_endpoint_create()
816 …raffic_list_get(UX_HCD_EHCI *hcd_ehci, ULONG microframe_load[8], ULONG microframe_ssplit_count[8]);