HomeSort by relevance Sort by last modified time
    Searched defs:IO_BASE_ADDRESS (Results 1 - 6 of 6) sorted by null

  /external/u-boot/arch/x86/cpu/baytrail/
early_uart.c 27 #define GPSCORE_PAD_BASE (IO_BASE_ADDRESS + IO_BASE_OFFSET_GPSCORE)
30 #define IO_BASE_ADDRESS 0xfed0c000
  /external/u-boot/arch/x86/cpu/braswell/
early_uart.c 32 #define IO_BASE_ADDRESS 0xfed80000
36 return IO_BASE_ADDRESS + community * 0x8000 + 0x4400 +
  /external/u-boot/arch/x86/include/asm/arch-braswell/
iomap.h 32 #define IO_BASE_ADDRESS 0xfed80000
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/
PlatformBaseAddresses.h 62 #define IO_BASE_ADDRESS 0xFED0C000 // IO Memory Base Address
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/
UartInit.c 40 #define IO_BASE_ADDRESS 0xFED0C000 // IO Memory Base Address
188 MmioAnd32(IO_BASE_ADDRESS + 0x0520, (UINT32)~(0x00000187));
189 MmioOr32 (IO_BASE_ADDRESS + 0x0520, (UINT32)0x81); // UART3_RXD-L
190 MmioAnd32(IO_BASE_ADDRESS + 0x0530, (UINT32)~(0x00000007));
191 MmioOr32 (IO_BASE_ADDRESS + 0x0530, (UINT32)0x1); // UART3_RXD-L
  /external/u-boot/arch/x86/include/asm/arch-baytrail/
iomap.h 67 #define IO_BASE_ADDRESS 0xfed0c000

Completed in 274 milliseconds