Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyDxe/
DHi6220RegsPeri.h47 #define PMUSSI_REG(x) (PMUSSI_BASE + ((x) << 2)) macro
DHiKeyDxe.c84 Val = MmioRead32 (PMUSSI_REG(0x1c)) | 0x40; in UartInit()
85 MmioWrite32 (PMUSSI_REG(0x1c), Val); in UartInit()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi6220/Include/
DHi6220.h103 #define PMUSSI_REG(x) (PMUSSI_BASE + ((x) << 2)) macro