Home
last modified time | relevance | path

Searched refs:ed_list (Results 1 – 10 of 10) sorted by relevance

/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_interrupt_endpoint_create.c97 UX_HCD_SIM_HOST_ED *ed_list; in _ux_hcd_sim_host_interrupt_endpoint_create() local
131 ed_list = _ux_hcd_sim_host_least_traffic_list_get(hcd_sim_host); in _ux_hcd_sim_host_interrupt_endpoint_create()
162 ed_list = ed_list -> ux_sim_host_ed_next_ed; in _ux_hcd_sim_host_interrupt_endpoint_create()
163 while (!(ed_list -> ux_sim_host_ed_status & UX_HCD_SIM_HOST_ED_STATIC)) in _ux_hcd_sim_host_interrupt_endpoint_create()
164 ed_list = ed_list -> ux_sim_host_ed_next_ed; in _ux_hcd_sim_host_interrupt_endpoint_create()
169 next_ed = ed_list -> ux_sim_host_ed_next_ed; in _ux_hcd_sim_host_interrupt_endpoint_create()
173 ed -> ux_sim_host_ed_previous_ed = ed_list; in _ux_hcd_sim_host_interrupt_endpoint_create()
174 ed_list -> ux_sim_host_ed_next_ed = ed; in _ux_hcd_sim_host_interrupt_endpoint_create()
Dux_hcd_sim_host_periodic_tree_create.c79 UX_HCD_SIM_HOST_ED *ed_list[32]; in _ux_hcd_sim_host_periodic_tree_create() local
113 ed_list[current_list_entry * 2] -> ux_sim_host_ed_next_ed = ed; in _ux_hcd_sim_host_periodic_tree_create()
114 ed_list[(current_list_entry * 2) + 1] -> ux_sim_host_ed_next_ed = ed; in _ux_hcd_sim_host_periodic_tree_create()
119 ed_list[current_list_entry] = ed; in _ux_hcd_sim_host_periodic_tree_create()
/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_poll_rate_entry_get.c87 UX_EHCI_ED *ed_list, ULONG poll_depth) in _ux_hcd_ehci_poll_rate_entry_get() argument
101 if (ed_list -> REF_AS.ANCHOR.ux_ehci_ed_next_anchor == UX_NULL) in _ux_hcd_ehci_poll_rate_entry_get()
103 ed_list = ed_list -> REF_AS.ANCHOR.ux_ehci_ed_next_anchor; in _ux_hcd_ehci_poll_rate_entry_get()
107 return(ed_list); in _ux_hcd_ehci_poll_rate_entry_get()
Dux_hcd_ohci_interrupt_endpoint_create.c104 UX_OHCI_ED *ed_list; in _ux_hcd_ohci_interrupt_endpoint_create() local
153 ed_list = _ux_hcd_ohci_least_traffic_list_get(hcd_ohci); in _ux_hcd_ohci_interrupt_endpoint_create()
200 ed_list = _ux_utility_virtual_address(ed_list -> ux_ohci_ed_next_ed); in _ux_hcd_ohci_interrupt_endpoint_create()
201 while (!(ed_list -> ux_ohci_ed_dw0 & UX_OHCI_ED_SKIP)) in _ux_hcd_ohci_interrupt_endpoint_create()
202 ed_list = _ux_utility_virtual_address(ed_list -> ux_ohci_ed_next_ed); in _ux_hcd_ohci_interrupt_endpoint_create()
207 next_ed = ed_list -> ux_ohci_ed_next_ed; in _ux_hcd_ohci_interrupt_endpoint_create()
217 ed -> ux_ohci_ed_previous_ed = ed_list; in _ux_hcd_ohci_interrupt_endpoint_create()
218 ed_list -> ux_ohci_ed_next_ed = _ux_utility_physical_address(ed); in _ux_hcd_ohci_interrupt_endpoint_create()
Dux_hcd_ohci_isochronous_endpoint_create.c85 UX_OHCI_ED *ed_list; in _ux_hcd_ohci_isochronous_endpoint_create() local
131 ed_list = _ux_utility_virtual_address(ohci_hcca -> ux_hcd_ohci_hcca_ed[0]); in _ux_hcd_ohci_isochronous_endpoint_create()
132 while (ed_list -> ux_ohci_ed_next_ed != UX_NULL) in _ux_hcd_ohci_isochronous_endpoint_create()
133 ed_list = _ux_utility_virtual_address(ed_list -> ux_ohci_ed_next_ed); in _ux_hcd_ohci_isochronous_endpoint_create()
136 ed -> ux_ohci_ed_previous_ed = ed_list; in _ux_hcd_ohci_isochronous_endpoint_create()
137 ed_list -> ux_ohci_ed_next_ed = _ux_utility_physical_address(ed); in _ux_hcd_ohci_isochronous_endpoint_create()
Dux_hcd_ohci_periodic_tree_create.c82 UX_OHCI_ED *ed_list[32]; in _ux_hcd_ohci_periodic_tree_create() local
121ed_list[current_list_entry * 2] -> ux_ohci_ed_next_ed = _ux_utility_physical_address(ed); in _ux_hcd_ohci_periodic_tree_create()
122ed_list[(current_list_entry * 2) + 1] -> ux_ohci_ed_next_ed = _ux_utility_physical_address(ed); in _ux_hcd_ohci_periodic_tree_create()
127 ed_list[current_list_entry] = ed; in _ux_hcd_ohci_periodic_tree_create()
Dux_hcd_ehci_periodic_tree_create.c85 UX_EHCI_ED *ed_list[32]; in _ux_hcd_ehci_periodic_tree_create() local
132 previous_ed = ed_list[current_list_entry * 2]; in _ux_hcd_ehci_periodic_tree_create()
136 previous_ed = ed_list[(current_list_entry * 2) + 1]; in _ux_hcd_ehci_periodic_tree_create()
144 ed_list[current_list_entry] = ed; in _ux_hcd_ehci_periodic_tree_create()
Dux_hcd_ehci_interrupt_endpoint_create.c114 UX_EHCI_ED *ed_list; in _ux_hcd_ehci_interrupt_endpoint_create() local
254ed_list = _ux_hcd_ehci_least_traffic_list_get(hcd_ehci, microframe_load, microframe_ssplit_count); in _ux_hcd_ehci_interrupt_endpoint_create()
259 ed_anchor = _ux_hcd_ehci_poll_rate_entry_get(hcd_ehci, ed_list, poll_depth); in _ux_hcd_ehci_interrupt_endpoint_create()
Dux_hcd_ehci_isochronous_endpoint_create.c112 UX_EHCI_ED *ed_list; in _ux_hcd_ehci_isochronous_endpoint_create()
335ed_list = _ux_hcd_ehci_least_traffic_list_get(hcd_ehci, microframe_load, microframe_ssplit_count); in _ux_hcd_ehci_isochronous_endpoint_create()
340 ed_anchor = _ux_hcd_ehci_poll_rate_entry_get(hcd_ehci, ed_list, poll_depth); in _ux_hcd_ehci_isochronous_endpoint_create()
/USBX-v6.2.1/common/usbx_host_controllers/inc/
Dux_hcd_ehci.h818 UX_EHCI_ED *_ux_hcd_ehci_poll_rate_entry_get(UX_HCD_EHCI *hcd_ehci, UX_EHCI_ED *ed_list, U…