Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DClause45Address.cs15 DeviceAddress = deviceAddress; in Clause45Address()
26 public byte DeviceAddress { get; } property
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DUSBKeyboard.cs90 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.USBKeyboard
315 DeviceAddress = address; in SetAddress()
DUSBMouse.cs92 return DeviceAddress; in GetAddress()
286 uint DeviceAddress = 0; field in Antmicro.Renode.Peripherals.USBDeprecated.USBMouse
290 DeviceAddress = address; in SetAddress()
362 if(DeviceAddress != 0 && sendInterrupt != null) in Refresh()
364 sendInterrupt(DeviceAddress); in Refresh()
DISP1761.cs365 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 …]
DUsbHub.cs79 uint DeviceAddress; field in Antmicro.Renode.Peripherals.USBDeprecated.UsbHub
83 return DeviceAddress; in GetAddress()
212 connected(DeviceAddress); in AttachDevice()
227 Disconnected(DeviceAddress, registeredDevices[port].GetAddress()); in DetachDevice()
460 DeviceAddress = address; in SetAddress()
DEHCIHostController.cs495 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
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Wireless/
DCC1200.cs731 {(long)Registers.DeviceAddress, new ByteRegister(this) in CreateRegisters()
1103 DeviceAddress = 0x1e, enumerator