Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEHCI_SCHD.cxx165 pEhci->iNextUframe = hcd_reg_readl ((U32)&pEhci->op_regs->frindex) in ms_enable_periodic()
188 pEhci->iNextUframe = -1; in ms_disable_periodic()
692 u32Frame = pEhci->iNextUframe >> 3; in ms_scan_periodic()
697 u32clock_uframe = pEhci->iNextUframe + u32Mod - 1; in ms_scan_periodic()
753 pEhci->iNextUframe = u32clock_uframe; in ms_scan_periodic()
H A DdrvEHCI.h146 int iNextUframe; /* scan periodic, start here */ member
H A DdrvEhciHcd.c2364 ehci->iNextUframe = -1; in ms_ehci_begin()
2614 if (pEhci->iNextUframe != -1) in ms_ehci_work()