Searched refs:PortStatusAndControlRegister (Results 1 – 3 of 3) sorted by relevance
15 public class PortStatusAndControlRegister class17 public PortStatusAndControlRegister() in PortStatusAndControlRegister() method in Antmicro.Renode.Peripherals.USBDeprecated.PortStatusAndControlRegister
40 … 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;
78 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