Home
last modified time | relevance | path

Searched refs:current_list_entry (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_periodic_tree_create.c84 UINT current_list_entry; in _ux_hcd_ehci_periodic_tree_create() local
96 for (current_list_entry = 0; current_list_entry < list_entries; current_list_entry++) in _ux_hcd_ehci_periodic_tree_create()
122 ed_start_list[current_list_entry] = ed; in _ux_hcd_ehci_periodic_tree_create()
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()
161 for (current_list_entry = 0; current_list_entry < 32; current_list_entry++) in _ux_hcd_ehci_periodic_tree_create()
164 ed = ed_start_list[_ux_system_host_hcd_periodic_tree_entries[current_list_entry]]; in _ux_hcd_ehci_periodic_tree_create()
165 …*(hcd_ehci -> ux_hcd_ehci_frame_list+current_list_entry) = (UX_EHCI_ED *) _ux_utility_physical_ad… in _ux_hcd_ehci_periodic_tree_create()
169 for (current_list_entry = 0; current_list_entry < 32; current_list_entry++) in _ux_hcd_ehci_periodic_tree_create()
[all …]
Dux_hcd_ohci_periodic_tree_create.c81 UINT current_list_entry; in _ux_hcd_ohci_periodic_tree_create() local
97 for (current_list_entry = 0; current_list_entry < list_entries;current_list_entry++) in _ux_hcd_ohci_periodic_tree_create()
116 ed_start_list[current_list_entry] = ed; in _ux_hcd_ohci_periodic_tree_create()
121 … ed_list[current_list_entry * 2] -> ux_ohci_ed_next_ed = _ux_utility_physical_address(ed); in _ux_hcd_ohci_periodic_tree_create()
122 … ed_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()
139 for (current_list_entry = 0; current_list_entry < 32; current_list_entry++) in _ux_hcd_ohci_periodic_tree_create()
142 ed = ed_start_list[_ux_system_host_hcd_periodic_tree_entries[current_list_entry]]; in _ux_hcd_ohci_periodic_tree_create()
143 ohci_hcca -> ux_hcd_ohci_hcca_ed[current_list_entry] = _ux_utility_physical_address(ed); in _ux_hcd_ohci_periodic_tree_create()
/USBX-v6.2.1/common/core/src/
Dux_hcd_sim_host_periodic_tree_create.c78 UINT current_list_entry; in _ux_hcd_sim_host_periodic_tree_create() local
90 for (current_list_entry = 0; current_list_entry < list_entries; current_list_entry++) in _ux_hcd_sim_host_periodic_tree_create()
108 ed_start_list[current_list_entry] = ed; in _ux_hcd_sim_host_periodic_tree_create()
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()
130 for (current_list_entry = 0; current_list_entry < 32; current_list_entry++) in _ux_hcd_sim_host_periodic_tree_create()
133 ed = ed_start_list[_ux_system_host_hcd_periodic_tree_entries[current_list_entry]]; in _ux_hcd_sim_host_periodic_tree_create()
134 hcd_sim_host -> ux_hcd_sim_host_interrupt_ed_list[current_list_entry] = ed; in _ux_hcd_sim_host_periodic_tree_create()