Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_interrupt_endpoint_create.c117 UX_EHCI_ED *ed_anchor; in _ux_hcd_ehci_interrupt_endpoint_create() local
265 ed_anchor = _ux_hcd_ehci_poll_rate_entry_get(hcd_ehci, ed_list, poll_depth); in _ux_hcd_ehci_interrupt_endpoint_create()
268 ed -> REF_AS.INTR.ux_ehci_ed_anchor = ed_anchor; in _ux_hcd_ehci_interrupt_endpoint_create()
352 ed_anchor ->REF_AS.ANCHOR.ux_ehci_ed_microframe_ssplit_count[i] ++; in _ux_hcd_ehci_interrupt_endpoint_create()
359ed_anchor -> REF_AS.ANCHOR.ux_ehci_ed_microframe_load[(i + 2)&7] = (USHORT)(ed_anchor -> REF_AS.AN… in _ux_hcd_ehci_interrupt_endpoint_create()
360ed_anchor -> REF_AS.ANCHOR.ux_ehci_ed_microframe_load[(i + 3)&7] = (USHORT)(ed_anchor -> REF_AS.AN… in _ux_hcd_ehci_interrupt_endpoint_create()
364ed_anchor -> REF_AS.ANCHOR.ux_ehci_ed_microframe_load[(i + 4)&7] = (USHORT)(ed_anchor -> REF_AS.AN… in _ux_hcd_ehci_interrupt_endpoint_create()
370ed_anchor -> REF_AS.ANCHOR.ux_ehci_ed_microframe_load[i] = (USHORT)(ed_anchor -> REF_AS.ANCHOR.ux_… in _ux_hcd_ehci_interrupt_endpoint_create()
380ed_anchor -> REF_AS.ANCHOR.ux_ehci_ed_microframe_load[i] = (USHORT)(ed_anchor -> REF_AS.ANCHOR.ux_… in _ux_hcd_ehci_interrupt_endpoint_create()
402ed_anchor -> REF_AS.ANCHOR.ux_ehci_ed_microframe_load[i] = (USHORT)(ed_anchor -> REF_AS.ANCHOR.ux_… in _ux_hcd_ehci_interrupt_endpoint_create()
[all …]
Dux_hcd_ehci_isochronous_endpoint_create.c117 UX_EHCI_ED *ed_anchor; in _ux_hcd_ehci_isochronous_endpoint_create()
345 ed_anchor = _ux_hcd_ehci_poll_rate_entry_get(hcd_ehci, ed_list, poll_depth); in _ux_hcd_ehci_isochronous_endpoint_create()
405 itd.sitd_ptr -> ux_ehci_fsiso_td_anchor = ed_anchor; in _ux_hcd_ehci_isochronous_endpoint_create()
444ed_anchor -> REF_AS.ANCHOR.ux_ehci_ed_microframe_load[i] = (USHORT)(ed_anchor -> REF_AS.ANCHOR.ux_… in _ux_hcd_ehci_isochronous_endpoint_create()
447ed_anchor -> REF_AS.ANCHOR.ux_ehci_ed_microframe_load[i] = (USHORT)(ed_anchor -> REF_AS.ANCHOR.ux_… in _ux_hcd_ehci_isochronous_endpoint_create()
450 ed_anchor -> REF_AS.ANCHOR.ux_ehci_ed_microframe_ssplit_count[i] ++; in _ux_hcd_ehci_isochronous_endpoint_create()
497ed_anchor -> REF_AS.ANCHOR.ux_ehci_ed_microframe_load[i] = (USHORT)(ed_anchor -> REF_AS.ANCHOR.ux_… in _ux_hcd_ehci_isochronous_endpoint_create()
501 ed_anchor -> REF_AS.ANCHOR.ux_ehci_ed_microframe_ssplit_count[microframe_i] ++; in _ux_hcd_ehci_isochronous_endpoint_create()
513 ed -> ux_ehci_hsiso_ed_anchor = ed_anchor; in _ux_hcd_ehci_isochronous_endpoint_create()
520ed_anchor -> REF_AS.ANCHOR.ux_ehci_ed_microframe_load[i] = (USHORT)(ed_anchor -> REF_AS.ANCHOR.ux_… in _ux_hcd_ehci_isochronous_endpoint_create()
[all …]