Home
last modified time | relevance | path

Searched refs:microframe_load (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()
124 microframe_load[frindex] = 0; in _ux_hcd_ehci_least_traffic_list_get()
136 microframe_load[frindex] += ed -> REF_AS.ANCHOR.ux_ehci_ed_microframe_load[frindex]; in _ux_hcd_ehci_least_traffic_list_get()
148 bandwidth_used += microframe_load[frindex]; in _ux_hcd_ehci_least_traffic_list_get()
Dux_hcd_ehci_interrupt_endpoint_create.c122 ULONG microframe_load[8]; in _ux_hcd_ehci_interrupt_endpoint_create() local
260 …ed_list = _ux_hcd_ehci_least_traffic_list_get(hcd_ehci, microframe_load, microframe_ssplit_count); in _ux_hcd_ehci_interrupt_endpoint_create()
279 if (microframe_load[i] + max_packet_size > UX_MAX_BYTES_PER_MICROFRAME_HS) in _ux_hcd_ehci_interrupt_endpoint_create()
Dux_hcd_ehci_isochronous_endpoint_create.c123 ULONG microframe_load[8]; 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()
356 if (microframe_load[microframe_i] + max_packet_size > UX_MAX_BYTES_PER_MICROFRAME_HS) in _ux_hcd_ehci_isochronous_endpoint_create()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h816 … *_ux_hcd_ehci_least_traffic_list_get(UX_HCD_EHCI *hcd_ehci, ULONG microframe_load[8], ULONG mic…