Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs311 …interruptEnableRegister.HostSystemErrorEnable = ((value & (uint)InterruptMask.HostSystemError) != … in WriteDoubleWord()
1060 HostSystemErrorEnable = false; in Clear()
1068 public bool HostSystemErrorEnable { get; set; } property in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController.InterruptEnable
1079 | (uint)(HostSystemErrorEnable ? 1 : 0) << 4
DISP1761.cs734 …interruptEnableRegister.HostSystemErrorEnable = ((value & (uint)InterruptMask.HostSystemError) != … in WriteDoubleWord()
1612 public bool HostSystemErrorEnable = false; field in Antmicro.Renode.Peripherals.USBDeprecated.ISP1761.InterruptEnable
1622 regValue |= (uint)(HostSystemErrorEnable ? 1 : 0) << 4; in getRegister()