Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/MTD/
DOpenTitan_FlashController.cs146 .WithValueField(16, 12, out controlNum, name: "NUM") in OpenTitan_FlashController()
362 if(programOffset > (long)(offset + 4 * controlNum.Value)) in OpenTitan_FlashController()
406 if(readOffset > (long)(offset + 4 * controlNum.Value)) in OpenTitan_FlashController()
950 private readonly IValueRegisterField controlNum; field in Antmicro.Renode.Peripherals.MTD.OpenTitan_FlashController