Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/drivers/se/
H A Dse_private.h157 return mmio_read_32((uint32_t)(TEGRA_SE0_BASE + offset)); in tegra_se_read_32()
162 mmio_write_32((uint32_t)(TEGRA_SE0_BASE + offset), val); in tegra_se_write_32()
H A Dse.c465 se_regs[0] = mmio_read_32(TEGRA_SE0_BASE + SE0_MUTEX_WATCHDOG_NS_LIMIT); in tegra_se_suspend()
466 se_regs[1] = mmio_read_32(TEGRA_SE0_BASE + SE0_AES0_ENTROPY_SRC_AGE_CTRL); in tegra_se_suspend()
503 mmio_write_32(TEGRA_SE0_BASE + SE0_MUTEX_WATCHDOG_NS_LIMIT, se_regs[0]); in tegra_se_resume()
504 mmio_write_32(TEGRA_SE0_BASE + SE0_AES0_ENTROPY_SRC_AGE_CTRL, se_regs[1]); in tegra_se_resume()
/rk3399_ARM-atf/plat/nvidia/tegra/include/t194/
H A Dtegra_def.h181 #define TEGRA_SE0_BASE U(0x03AC0000) macro
/rk3399_ARM-atf/plat/nvidia/tegra/soc/t194/
H A Dplat_setup.c111 MAP_REGION_FLAT(TEGRA_SE0_BASE, 0x1000U, /* 4KB */