Home
last modified time | relevance | path

Searched refs:FIREWALL_DDR_FW_DDR_RGN (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/plat/rockchip/px30/drivers/secure/
H A Dsecure.h28 #define FIREWALL_DDR_FW_DDR_RGN(i) ((i) * 0x4) macro
H A Dsecure.c40 FIREWALL_DDR_FW_DDR_RGN(rgn), in secure_ddr_region()
/rk3399_ARM-atf/plat/rockchip/rk3328/drivers/soc/
H A Dsoc.c116 FIREWALL_DDR_FW_DDR_RGN(7 - i), in sgrf_init()
122 mmio_write_32(FIREWALL_DDR_BASE + FIREWALL_DDR_FW_DDR_RGN(0), 0x0); in sgrf_init()
H A Dsoc.h70 #define FIREWALL_DDR_FW_DDR_RGN(n) (0x000 + (n) * 4) macro