Searched refs:staticEndpointState2 (Results 1 – 1 of 1) sorted by relevance
1106 staticEndpointState2 = systemBus.ReadDoubleWord(Address + 0x08); in Fetch()1118 PortNumber = (byte)((staticEndpointState2 & 0x3F800000) >> 23); in Fetch()1119 HubAddress = (byte)((staticEndpointState2 & 0x7F0000) >> 16); in Fetch()1205 private uint staticEndpointState2; field in Antmicro.Renode.Peripherals.USBDeprecated.EHCIHostController.QueueHead