Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DSCSI.cs101 public byte TargetPortGroupSupport; field in Antmicro.Renode.Peripherals.USBDeprecated.SCSI.StandardInquiryData
150 …byte)(this.AccessControlsCoordintor ? 1u<<6 : 0u) | (byte)((this.TargetPortGroupSupport & 0x03u) <… in ToArray()
DMassStorage.cs643 TargetPortGroupSupport = 0x00,
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/SCSI/Commands/
DSCSIResponses.cs43 public byte TargetPortGroupSupport; field