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.c85 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()
139microframe_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.c122 ULONG microframe_ssplit_count[8]; in _ux_hcd_ehci_interrupt_endpoint_create() local
126 #define microframe_ssplit_count UX_NULL in _ux_hcd_ehci_interrupt_endpoint_create() macro
254 …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()
Dux_hcd_ehci_isochronous_endpoint_create.c121 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()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h817 …raffic_list_get(UX_HCD_EHCI *hcd_ehci, ULONG microframe_load[8], ULONG microframe_ssplit_count[8]);