Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs1106 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