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

  /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

Completed in 209 milliseconds