Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USBDeprecated/
DEHCIHostController.cs20 …x100, uint capabilityRegistersLength = 0x40, uint numberOfPorts = 1, uint? ulpiBaseAddress = 0x170) in EHCIHostController() argument
27 if(ulpiBaseAddress.HasValue) in EHCIHostController()
29 ulpiChip = new Ulpi(ulpiBaseAddress.Value); in EHCIHostController()