Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs557 switch(qh.Overlay.PID) in ProcessList()
967 PID = (PIDCode)((Token >> 8) & 0x03u); in Fetch()
997 | (uint)(ErrorCount << 10) | ((uint)PID << 8) | (uint)Status; in UpdateMemory()
1019 PID = overlay.PID; in UpdateFromOverlay()
1046 public PIDCode PID { get; private set; } property in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController.QueueTransferDescriptor
1227 PID = td.PID; in FillWithTransferDescriptor()
1250 | (uint)(errorCount << 10) | ((uint)PID << 8) | (uint)Status; in UpdateMemory()
1278 public PIDCode PID { get; private set; } property in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController.QueueHeadOverlay