Home
last modified time | relevance | path

Searched refs:CRG_REG_BASE (Results 1 – 2 of 2) sorted by relevance

/u-boot/arch/arm/include/asm/arch-hi3660/
A Dhi3660.h23 #define CRG_REG_BASE 0xfff35000 macro
24 #define CRG_PEREN2 (CRG_REG_BASE + 0x020)
25 #define CRG_PERDIS2 (CRG_REG_BASE + 0x024)
26 #define CRG_PERCLKEN2 (CRG_REG_BASE + 0x028)
27 #define CRG_PERSTAT2 (CRG_REG_BASE + 0x02C)
28 #define CRG_PEREN4 (CRG_REG_BASE + 0x040)
29 #define CRG_PERDIS4 (CRG_REG_BASE + 0x044)
30 #define CRG_PERCLKEN4 (CRG_REG_BASE + 0x048)
31 #define CRG_PERSTAT4 (CRG_REG_BASE + 0x04C)
32 #define CRG_PERRSTEN2 (CRG_REG_BASE + 0x078)
[all …]
/u-boot/board/hisilicon/hikey960/
A Dhikey960.c135 data = readl(CRG_REG_BASE + 0xb8); in hikey960_sd_init()
137 writel(data, CRG_REG_BASE + 0xb8); in hikey960_sd_init()
139 data = readl(CRG_REG_BASE + 0xb8); in hikey960_sd_init()
149 data = readl(CRG_REG_BASE + 0); in hikey960_sd_init()
151 writel(data, CRG_REG_BASE + 0); in hikey960_sd_init()
154 data = readl(CRG_REG_BASE + 0xf4); in hikey960_sd_init()
156 writel(data, CRG_REG_BASE + 0xf4); in hikey960_sd_init()

Completed in 3 milliseconds