Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
DPlatformErratas.c69 … 0; Index < IOH_MAX_EHCI_USB_CONTROLLERS; Index++, TempBar0Addr += IOH_USB_CONTROLLER_MMIO_RANGE) { in PlatformUsbErratasPostMrc()
107 …ndex < IOH_MAX_USBDEVICE_USB_CONTROLLERS; Index++, TempBar0Addr += IOH_USB_CONTROLLER_MMIO_RANGE) { in PlatformUsbErratasPostMrc()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Common/Pei/
DUsbPei.c259 …mioBase[i] = PcdGet32(PcdPeiQNCUsbControllerMemoryBaseAddress) + IOH_USB_CONTROLLER_MMIO_RANGE * i; in PeimInitializeIchUsb()
295 …mioBase[i] = PcdGet32(PcdPeiQNCUsbControllerMemoryBaseAddress) + IOH_USB_CONTROLLER_MMIO_RANGE * i; in PeimInitializeIchUsb()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
DIoh.h125 #define IOH_USB_CONTROLLER_MMIO_RANGE 0x1000 macro