Home
last modified time | relevance | path

Searched refs:fr_td (Results 1 – 2 of 2) sorted by relevance

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_hsisochronous_tds_process.c96 UX_EHCI_HSISO_TD *fr_td; in _ux_hcd_ehci_hsisochronous_tds_process() local
163 fr_td = ed -> ux_ehci_hsiso_ed_fr_td[frindex >> 1]; in _ux_hcd_ehci_hsisochronous_tds_process()
166 control = fr_td -> ux_ehci_hsiso_td_control[frindex]; in _ux_hcd_ehci_hsisochronous_tds_process()
207 fr_td -> ux_ehci_hsiso_td_control[frindex] = control; in _ux_hcd_ehci_hsisochronous_tds_process()
223fr_td -> ux_ehci_hsiso_td_frload = (UCHAR)(fr_td -> ux_ehci_hsiso_td_frload & ~(1u << frindex)); in _ux_hcd_ehci_hsisochronous_tds_process()
230 fr_td -> ux_ehci_hsiso_td_fr_transfer[frindex & 1u] = UX_NULL; in _ux_hcd_ehci_hsisochronous_tds_process()
339 fr_td = ed -> ux_ehci_hsiso_ed_fr_td[frindex >> 1]; in _ux_hcd_ehci_hsisochronous_tds_process()
342 if (fr_td -> ux_ehci_hsiso_td_frload & (1u << frindex)) in _ux_hcd_ehci_hsisochronous_tds_process()
355 control = fr_td -> ux_ehci_hsiso_td_control[frindex]; in _ux_hcd_ehci_hsisochronous_tds_process()
385 while(fr_td -> ux_ehci_hsiso_td_fr_transfer[frindex & 1u] != UX_NULL); in _ux_hcd_ehci_hsisochronous_tds_process()
[all …]
Dux_hcd_ehci_transfer_abort.c96 UX_EHCI_HSISO_TD *fr_td; in _ux_hcd_ehci_transfer_abort() local
162 fr_td = ied -> ux_ehci_hsiso_ed_fr_td[frindex]; in _ux_hcd_ehci_transfer_abort()
163fr_td -> ux_ehci_hsiso_td_control[(frindex << 1)] &= ~UX_EHCI_HSISO_STATUS_ACTIVE; in _ux_hcd_ehci_transfer_abort()
164fr_td -> ux_ehci_hsiso_td_control[(frindex << 1) + 1] &= ~UX_EHCI_HSISO_STATUS_ACTIVE; in _ux_hcd_ehci_transfer_abort()
165 fr_td -> ux_ehci_hsiso_td_frload = 0; in _ux_hcd_ehci_transfer_abort()
166 fr_td -> ux_ehci_hsiso_td_fr_transfer[0] = UX_NULL; in _ux_hcd_ehci_transfer_abort()
167 fr_td -> ux_ehci_hsiso_td_fr_transfer[1] = UX_NULL; in _ux_hcd_ehci_transfer_abort()
227 fr_td = ied -> ux_ehci_hsiso_ed_fr_td[frindex >> 1]; in _ux_hcd_ehci_transfer_abort()
228 fr_td -> ux_ehci_hsiso_td_frload &= (UCHAR)~(1u << frindex); in _ux_hcd_ehci_transfer_abort()
229 fr_td -> ux_ehci_hsiso_td_control[frindex] &= ~UX_EHCI_HSISO_STATUS_ACTIVE; in _ux_hcd_ehci_transfer_abort()
[all …]