Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs173 usbFrameIndex = usbFrameIndex + 4; in ReadDoubleWord()
174 usbFrameIndex &= 0x1f; in ReadDoubleWord()
175 return usbFrameIndex & ~0x7u; in ReadDoubleWord()
437 usbFrameIndex = 0; //usb frame index in SoftReset()
803 … if((async && qh.Overlay.InterruptOnComplete) || (!async && (usbFrameIndex > GetFrs()))) in ProcessList()
813 usbFrameIndex -= GetFrs(); in ProcessList()
857 private uint usbFrameIndex; field in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController