Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Bus/
DGaislerAPBPlugAndPlayRecord.cs39 public bool Cacheable = false; field in Antmicro.Renode.Peripherals.Bus.GaislerAPBPlugAndPlayRecord.Bar
49 …var value = (address << 20) | (Prefechable ? 1u << 17 : 0) | (Cacheable ? 1u << 16 : 0) | ((mask &… in GetValue()