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

  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/Include/
Hi3660.h 66 #define CRG_REG_BASE 0xFFF35000
68 #define CRG_PEREN2 (CRG_REG_BASE + 0x020)
69 #define CRG_PERDIS2 (CRG_REG_BASE + 0x024)
70 #define CRG_PERCLKEN2 (CRG_REG_BASE + 0x028)
71 #define CRG_PERSTAT2 (CRG_REG_BASE + 0x02C)
72 #define CRG_PEREN4 (CRG_REG_BASE + 0x040)
73 #define CRG_PERDIS4 (CRG_REG_BASE + 0x044)
74 #define CRG_PERCLKEN4 (CRG_REG_BASE + 0x048)
75 #define CRG_PERSTAT4 (CRG_REG_BASE + 0x04C)
76 #define CRG_PERRSTEN2 (CRG_REG_BASE + 0x078)
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/include/
hi3660_crg.h 9 #define CRG_REG_BASE 0xFFF35000
11 #define CRG_PEREN0_REG (CRG_REG_BASE + 0x000)
12 #define CRG_PERDIS0_REG (CRG_REG_BASE + 0x004)
13 #define CRG_PERSTAT0_REG (CRG_REG_BASE + 0x008)
16 #define CRG_PEREN1_REG (CRG_REG_BASE + 0x010)
17 #define CRG_PERDIS1_REG (CRG_REG_BASE + 0x014)
18 #define CRG_PERSTAT1_REG (CRG_REG_BASE + 0x018)
19 #define CRG_PEREN2_REG (CRG_REG_BASE + 0x020)
20 #define CRG_PERDIS2_REG (CRG_REG_BASE + 0x024)
21 #define CRG_PERSTAT2_REG (CRG_REG_BASE + 0x028
    [all...]

Completed in 218 milliseconds