Searched refs:partition (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Miscellaneous/ |
| D | OpenTitan_OneTimeProgrammableMemoryController.cs | 322 OtpPartition partition; in ExecuteDirectRead() 326 …if(!TryGetOtpPartitionAndItem(readAddress, out item, out partition, out itemOffset, out partitionO… in ExecuteDirectRead() 332 if(!IsPartitionReadable(partition)) in ExecuteDirectRead() 335 RaisePartitionError(Error.Access, partition); in ExecuteDirectRead() 341 …d from the {0}+0x{1:X} on the partition {2}+0x{3:X}", item, itemOffset, partition, partitionOffset… in ExecuteDirectRead() 360 …tpPartitionAndItem(uint readAddress, out OtpItem item, out OtpPartition partition, out int itemOff… in TryGetOtpPartitionAndItem() argument 365 partition = default(OtpPartition); in TryGetOtpPartitionAndItem() 368 Misc.TryFindPreceedingEnumItem(readAddress, out partition, out partitionOffset); in TryGetOtpPartitionAndItem() 371 private bool IsPartitionReadable(OtpPartition partition) in IsPartitionReadable() argument 373 switch(partition) in IsPartitionReadable() [all …]
|