Searched refs:MemoryStart (Results 1 – 9 of 9) sorted by relevance
581 …Private->RootBridge.MemoryStart = USB_EHCI_HCCAPBASE; // Get the USB capability re… in PciEmulationEntryPoint()585 CapabilityLength = MmioRead8(Private->RootBridge.MemoryStart); in PciEmulationEntryPoint()586 PhysicalPorts = (MmioRead32 (Private->RootBridge.MemoryStart + 0x4)) & 0x0000000F; in PciEmulationEntryPoint()595 …MmioOr32 ((Private->RootBridge.MemoryStart + CapabilityLength + HOST_CONTROLLER_OPERATION_REG_SIZE… in PciEmulationEntryPoint()612 Private->ConfigSpace->Device.Bar[0] = Private->RootBridge.MemoryStart; in PciEmulationEntryPoint()
23 …if ((Address >= Private->MemoryStart) && (Address < (Private->MemoryStart + Private->MemorySize)))… in PciRootBridgeMemAddressValid()
79 UINT32 MemoryStart; member
510 IN PHYSICAL_ADDRESS MemoryStart, in PciInstallDevice() argument533 Private->RootBridge.MemoryStart = MemoryStart; // Get the USB capability register base in PciInstallDevice()555 Private->ConfigSpace->Device.Bar[0] = MemoryStart; in PciInstallDevice()
72 UINT32 MemoryStart; member