Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/UFS/
DUTPProtocol.cs81 public uint UTPCommandDescriptorBaseAddressUpper; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSHostController.cs350 …var ucdBaseAddress = (ulong)utrd.UTPCommandDescriptorBaseAddressUpper << 32 | utrd.UTPCommandDescr… in ProcessTransferRequestList()