Searched refs:Address1 (Results 1 – 1 of 1) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Network/ |
| D | SynopsysEthernetMAC.cs | 249 …ogLevel.Noisy, "DESCRIPTOR ADDR1={0:X}, ADDR2={1:X}", receiveDescriptor.Address1, receiveDescripto… in ReceiveFrame() 252 if(receiveDescriptor.Address1 < 0x20000000) in ReceiveFrame() 264 sysbus.WriteBytes(toWriteArray, receiveDescriptor.Address1); in ReceiveFrame() 342 …LogLevel.Noisy, "GOING TO READ FROM {0:X}, len={1}", transmitDescriptor.Address1, transmitDescript… in SendFrames() 343 …packetData.AddRange(sysbus.ReadBytes(transmitDescriptor.Address1, transmitDescriptor.Buffer1Length… in SendFrames() 489 public uint Address1 property in Antmicro.Renode.Peripherals.Network.SynopsysEthernetMAC.Descriptor
|