Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs148 if(address.InRange(ehciBaseAddress, capabilitiesLength, out shift)) in ReadDoubleWord()
158 …else if(address.InRange(ehciBaseAddress + capabilitiesLength, EhciPortStatusControlRegisterOffset … in ReadDoubleWord()
213 …if(address.InRange(ehciBaseAddress + capabilitiesLength, EhciPortStatusControlRegisterOffset + num… in WriteDoubleWord()
1393 public static bool InRange(this long value, long baseValue, uint length, out long shift) in InRange() method in Antmicro.Renode.Peripherals.USBDeprecated.LongExtensions