Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Bus/
DGaislerAHBPlugAndPlayRecord.cs81 public bool Cacheble = false; field in Antmicro.Renode.Peripherals.Bus.GaislerAHBPlugAndPlayRecord.Bar
87 …var value = ((Address & 0xfff) << 20) | (Prefechable ? 1u<<17 : 0) | (Cacheble ? 1u<<16 : 0) | ((M… in GetValue()