Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_host_controllers/src/
Dux_hcd_ehci_hsisochronous_tds_process.c106 ULONG frindex_now; in _ux_hcd_ehci_hsisochronous_tds_process() local
280 frindex_now = _ux_hcd_ehci_register_read(hcd_ehci, EHCI_HCOR_FRAME_INDEX); in _ux_hcd_ehci_hsisochronous_tds_process()
281 frindex_now &= 0x7u; in _ux_hcd_ehci_hsisochronous_tds_process()
303 frindex_start = frindex_now + 2; in _ux_hcd_ehci_hsisochronous_tds_process()
313 if (frindex_start - frindex_now >= 2) in _ux_hcd_ehci_hsisochronous_tds_process()
373 if ((frindex == frindex_now) || (i + fr_sw >= frindex_now + 8)) in _ux_hcd_ehci_hsisochronous_tds_process()