Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSHostController.cs220 .WithValueField(10, 22, out transferRequestListBaseAddressLow, name: "UTRLBA"); in DefineRegisters()
336 …eAddress = transferRequestListBaseAddressHigh.Value << 32 | transferRequestListBaseAddressLow.Valu… in ProcessTransferRequestList()
634 private IValueRegisterField transferRequestListBaseAddressLow; field in Antmicro.Renode.Peripherals.Storage.UFSHostController