Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs163 return usbCommand & (~0x04u); in ReadDoubleWord()
220 usbCommand = value; in WriteDoubleWord()
223usbCommand &= ~(uint)EhciUsbCommandMask.HostControllerReset; // clear reset bit in WriteDoubleWord()
292 usbCommand &= ~(uint)EhciUsbCommandMask.InterruptOnAsyncAdvanceDoorbell; in WriteDoubleWord()
435 usbCommand = 0x80000; //usb command in SoftReset()
450 switch((usbCommand >> 2) & 0x3) in GetFrs()
855 private uint usbCommand; field in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController