Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DPortStatusAndControlRegister.cs15 public class PortStatusAndControlRegister class
17 public PortStatusAndControlRegister() in PortStatusAndControlRegister() method in Antmicro.Renode.Peripherals.USBDeprecated.PortStatusAndControlRegister
DEHCIHostController.cs40 … portStatusControl = new PortStatusAndControlRegister[numberOfPorts]; //port status control in EHCIHostController()
43 portStatusControl[i] = new PortStatusAndControlRegister(); in EHCIHostController()
321 … if((register.getValue() & PortStatusAndControlRegister.ConnectStatusChange) != 0) in WriteDoubleWord()
848 private readonly PortStatusAndControlRegister[] portStatusControl;
DISP1761.cs78 portSc = new PortStatusAndControlRegister [1]; //port status control in ISP1761()
81 portSc[i] = new PortStatusAndControlRegister(); in ISP1761()
743 … if((portSc[i].getValue() & PortStatusAndControlRegister.ConnectStatusChange) != 0) in WriteDoubleWord()
1501 public PortStatusAndControlRegister[] portSc; //port status control