Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_ed_clean.c76 UX_EHCI_TD *next_td; in _ux_hcd_ehci_ed_clean() local
92 next_td = td -> ux_ehci_td_link_pointer; in _ux_hcd_ehci_ed_clean()
93 next_td = (UX_EHCI_TD *) ((ULONG) next_td & ~UX_EHCI_TD_T); in _ux_hcd_ehci_ed_clean()
94 next_td = _ux_utility_virtual_address(next_td); in _ux_hcd_ehci_ed_clean()
99 td = next_td; in _ux_hcd_ehci_ed_clean()
Dux_hcd_ehci_asynch_td_process.c86 UX_EHCI_TD *next_td; in _ux_hcd_ehci_asynch_td_process() local
201 next_td = _ux_utility_virtual_address((VOID *) td_element); in _ux_hcd_ehci_asynch_td_process()
207 ed -> ux_ehci_ed_first_td = next_td; in _ux_hcd_ehci_asynch_td_process()
211 return(next_td); in _ux_hcd_ehci_asynch_td_process()
Dux_hcd_ohci_done_queue_process.c97 UX_OHCI_TD *next_td; in _ux_hcd_ohci_done_queue_process() local
109next_td = _ux_utility_virtual_address((VOID *) ((ULONG) hcd_ohci -> ux_hcd_ohci_done_head & 0xfff… in _ux_hcd_ohci_done_queue_process()
117 while (next_td != UX_NULL) in _ux_hcd_ohci_done_queue_process()
120 td = next_td; in _ux_hcd_ohci_done_queue_process()
121 next_td = _ux_utility_virtual_address(td -> ux_ohci_td_next_td); in _ux_hcd_ohci_done_queue_process()