Home
last modified time | relevance | path

Searched refs:microframe_ssplit_count (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_least_traffic_list_get.c84 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()
138microframe_ssplit_count[frindex] += ed -> REF_AS.ANCHOR.ux_ehci_ed_microframe_ssplit_count[frindex… in _ux_hcd_ehci_least_traffic_list_get()
Dux_hcd_ehci_interrupt_endpoint_create.c124 ULONG microframe_ssplit_count[8]; in _ux_hcd_ehci_interrupt_endpoint_create() local
128 #define microframe_ssplit_count UX_NULL in _ux_hcd_ehci_interrupt_endpoint_create() macro
260 …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()
Dux_hcd_ehci_isochronous_endpoint_create.c125 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()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h816 …raffic_list_get(UX_HCD_EHCI *hcd_ehci, ULONG microframe_load[8], ULONG microframe_ssplit_count[8]);