Searched refs:DeviceAddress (Results 1 – 7 of 7) sorted by relevance
15 DeviceAddress = deviceAddress; in Clause45Address()26 public byte DeviceAddress { get; } property
90 return DeviceAddress; in GetAddress()134 if(DeviceAddress != 0 && sendInterrupt != null) in Refresh()136 sendInterrupt(DeviceAddress); in Refresh()311 uint DeviceAddress = 0; field in Antmicro.Renode.Peripherals.USBDeprecated.USBKeyboard315 DeviceAddress = address; in SetAddress()
92 return DeviceAddress; in GetAddress()286 uint DeviceAddress = 0; field in Antmicro.Renode.Peripherals.USBDeprecated.USBMouse290 DeviceAddress = address; in SetAddress()362 if(DeviceAddress != 0 && sendInterrupt != null) in Refresh()364 sendInterrupt(DeviceAddress); in Refresh()
365 PTDh.DeviceAddress = (byte)((ptdi[p].DW1 >> 3) & 0x7f); in AttachHUBDevice()385 if(addr == PTDh.DeviceAddress) in AttachHUBDevice()509 PTDh.DeviceAddress = (byte)((ptdi[(address - 0x800) / 32].DW1 >> 3) & 0x7f); in WriteDoubleWord()539 this.Log(LogLevel.Noisy, "DeviceAddress=0{0:X}", PTDh.DeviceAddress); in WriteDoubleWord()560 ProcessINT(PTDh.DeviceAddress); in WriteDoubleWord()606 PTDh.DeviceAddress = (byte)((ptd[(address - 0xc00) / 32].DW1 >> 3) & 0x7f); in WriteDoubleWord()636 this.Log(LogLevel.Noisy, "DeviceAddress=0{0:X}", PTDh.DeviceAddress); in WriteDoubleWord()810 PTDh.DeviceAddress = (byte)((ptd[p].DW1 >> 3) & 0x7f); in WriteDoubleWord()944 if(PTDh.DeviceAddress != 0) in ProcessPacketInt()946 targetDevice = this.findDevice(PTDh.DeviceAddress); in ProcessPacketInt()[all …]
79 uint DeviceAddress; field in Antmicro.Renode.Peripherals.USBDeprecated.UsbHub83 return DeviceAddress; in GetAddress()212 connected(DeviceAddress); in AttachDevice()227 Disconnected(DeviceAddress, registeredDevices[port].GetAddress()); in DetachDevice()460 DeviceAddress = address; in SetAddress()
495 if(qh.DeviceAddress != 0) in GetTargetDevice()497 targetDevice = FindDevice(qh.DeviceAddress); in GetTargetDevice()606 this.NoisyLog("[async] Device {0:d} [{1}]", qh.DeviceAddress, targetDevice); in ProcessList()1116 DeviceAddress = (byte)(staticEndpointState1 & 0x7f); in Fetch()1189 public byte DeviceAddress { get; private set; } property in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController.QueueHead
731 {(long)Registers.DeviceAddress, new ByteRegister(this) in CreateRegisters()1103 DeviceAddress = 0x1e, enumerator