Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs40portStatusControl = new PortStatusAndControlRegister[numberOfPorts]; //port status control in EHCIHostController()
41 for(int i = 0; i< portStatusControl.Length; i++) in EHCIHostController()
43 portStatusControl[i] = new PortStatusAndControlRegister(); in EHCIHostController()
97 PortStatusAndControlRegisterChanges change = portStatusControl[port - 1].Attach(device); in AttachDevice()
116 var change = portStatusControl[port - 1].Detach(); in DetachDevice()
155 return ((uint)(portStatusControl.Length) & hcsparamsNPortsMask); in ReadDoubleWord()
186 return portStatusControl[portNumber].getValue(); in ReadDoubleWord()
276 foreach(var port in portStatusControl) in WriteDoubleWord()
319 foreach(var register in portStatusControl) in WriteDoubleWord()
353portStatusControl[portNumber].setValue(portStatusControl[portNumber].getValue() & (~(value & 0x000… in WriteDoubleWord()
[all …]