Home
last modified time | relevance | path

Searched refs:CRU_GLB_RST_CON (Results 1 – 13 of 13) sorted by relevance

/rk3399_ARM-atf/plat/rockchip/px30/drivers/soc/
H A Dsoc.c91 tmp = mmio_read_32(CRU_BASE + CRU_GLB_RST_CON); in soc_reset_config_all()
93 mmio_write_32(CRU_BASE + CRU_GLB_RST_CON, tmp); in soc_reset_config_all()
109 tmp = mmio_read_32(CRU_BASE + CRU_GLB_RST_CON); in px30_soc_reset_config()
111 mmio_write_32(CRU_BASE + CRU_GLB_RST_CON, tmp); in px30_soc_reset_config()
H A Dsoc.h57 #define CRU_GLB_RST_CON 0xc0 macro
/rk3399_ARM-atf/plat/rockchip/rk3588/drivers/soc/
H A Dsoc.c70 mmio_write_32(CRU_BASE + CRU_GLB_RST_CON, 0xffdf); in system_reset_init()
H A Dsoc.h52 #define CRU_GLB_RST_CON 0xc10 macro
/rk3399_ARM-atf/plat/rockchip/rk3576/drivers/soc/
H A Dsoc.c92 mmio_write_32(CRU_BASE + CRU_GLB_RST_CON, 0xffdf); in system_reset_init()
H A Dsoc.h46 #define CRU_GLB_RST_CON 0xc10 macro
/rk3399_ARM-atf/plat/rockchip/rk3288/drivers/soc/
H A Dsoc.c211 temp_val = mmio_read_32(CRU_BASE + CRU_GLB_RST_CON); in rockchip_soc_soft_reset()
214 mmio_write_32(CRU_BASE + CRU_GLB_RST_CON, temp_val); in rockchip_soc_soft_reset()
H A Dsoc.h51 #define CRU_GLB_RST_CON 0x1f0 macro
/rk3399_ARM-atf/plat/rockchip/rk3368/drivers/soc/
H A Dsoc.c197 temp_val = mmio_read_32(CRU_BASE + CRU_GLB_RST_CON) | in rockchip_soc_soft_reset()
200 mmio_write_32(CRU_BASE + CRU_GLB_RST_CON, temp_val); in rockchip_soc_soft_reset()
H A Dsoc.h89 #define CRU_GLB_RST_CON 0x388 macro
/rk3399_ARM-atf/plat/rockchip/rk3399/drivers/soc/
H A Dsoc.h188 #define CRU_GLB_RST_CON 0x0510 macro
H A Dsoc.c325 mmio_clrbits_32(CRU_BASE + CRU_GLB_RST_CON, in soc_global_soft_reset_init()
/rk3399_ARM-atf/plat/rockchip/rk3399/drivers/dram/
H A Dsuspend.c486 mmio_clrsetbits_32(CRU_BASE + CRU_GLB_RST_CON, 0x3, 0x3); in dram_all_config()
673 mmio_write_32(CRU_BASE + CRU_GLB_RST_CON, 1 << 1); in pmusram_enable_watchdog()