Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/UFS/
DUFSProtocolInformationUnits.cs85 public byte LogicalUnitNumber; field
117 public byte LogicalUnitNumber; field
158 public byte LogicalUnitNumber; field
200 public byte LogicalUnitNumber; field
316 public byte LogicalUnitNumber; field
358 public byte LogicalUnitNumber; field
390 public byte LogicalUnitNumber; field
434 public byte LogicalUnitNumber; field
468 public byte LogicalUnitNumber; field
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/USB/MSC/
DBulkOnlyTransportCommandBlockWrapper.cs48 public byte LogicalUnitNumber { get; private set; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DMassStorage.cs510 this.LogicalUnitNumber = (byte)(data[13] & (byte)(0x0fu)); in Fill()
521 public byte LogicalUnitNumber; field in Antmicro.Renode.Peripherals.USBDeprecated.MassStorage.CommandBlockWrapper
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DUFSDevice.cs189 var lun = request.LogicalUnitNumber; in HandleCommand()
207 LogicalUnitNumber = request.LogicalUnitNumber, in HandleCommand()