Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/plat/hisilicon/hikey960/include/
Dhi3660_crg.h9 #define CRG_REG_BASE 0xFFF35000 macro
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 …]
/trusted-firmware-a-3.7.0/plat/hisilicon/hikey960/drivers/pwrc/
Dhisi_pwrc.h14 #define CRG_BASE (CRG_REG_BASE)
/trusted-firmware-a-3.7.0/plat/hisilicon/hikey960/
Dhikey960_pm.c71 mmio_write_32(CRG_REG_BASE + CRG_RVBAR(cluster, core), in hikey960_pwr_domain_on()
209 mmio_write_32(CRG_REG_BASE + CRG_RVBAR(cluster, core), in hikey960_pwr_domain_suspend()