Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DISP1761.cs371 PTDh.HubAddress = (byte)((ptdi[p].DW1 >> 25) & 0x7f); in AttachHUBDevice()
515 PTDh.HubAddress = (byte)((ptdi[(address - 0x800) / 32].DW1 >> 25) & 0x7f); in WriteDoubleWord()
545 this.Log(LogLevel.Noisy, "HubAddress =0{0:X}", PTDh.HubAddress); in WriteDoubleWord()
612 PTDh.HubAddress = (byte)((ptd[(address - 0xc00) / 32].DW1 >> 25) & 0x7f); in WriteDoubleWord()
642 this.Log(LogLevel.Noisy, "HubAddress =0{0:X}", PTDh.HubAddress); in WriteDoubleWord()
816 PTDh.HubAddress = (byte)((ptd[p].DW1 >> 25) & 0x7f); in WriteDoubleWord()
950 targetDevice = this.findDevice(PTDh.HubAddress, PTDh.PortNumber); in ProcessPacketInt()
1046 PTDh.HubAddress = (byte)((ptd[p].DW1 >> 25) & 0x7f); in ProcessPacket()
1110 PTDh.HubAddress = (byte)((ptdi[p].DW1 >> 25) & 0x7f); in ProcessINT()
1176 PTDh.HubAddress = (byte)((ptdi[p].DW1 >> 25) & 0x7f); in ProcessINT()
[all …]
DEHCIHostController.cs501 if(qh.HubAddress == 0 && qh.PortNumber == 0) in GetTargetDevice()
505 else if(qh.HubAddress != 0) in GetTargetDevice()
507 targetDevice = FindDevice(qh.HubAddress, qh.PortNumber); in GetTargetDevice()
1119 HubAddress = (byte)((staticEndpointState2 & 0x7F0000) >> 16); in Fetch()
1191 public byte HubAddress { get; private set; } property in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController.QueueHead