Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/nvidia/tegra/soc/t186/drivers/se/
H A Dse_private.h92 return mmio_read_32((uint32_t)(TEGRA_SE0_BASE + offset)); in tegra_se_read_32()
97 mmio_write_32(((uint32_t)(TEGRA_SE0_BASE + offset)), val); in tegra_se_write_32()
/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/soc/t186/
H A Dplat_psci_handlers.c130 se_regs[0] = mmio_read_32(TEGRA_SE0_BASE + in tegra_soc_pwr_domain_suspend()
411 mmio_write_32(TEGRA_SE0_BASE + SE_MUTEX_WATCHDOG_NS_LIMIT, in tegra_soc_pwr_domain_on_finish()
H A Dplat_setup.c91 MAP_REGION_FLAT(TEGRA_SE0_BASE, 0x10000U, /* 64KB */
/rk3399_ARM-atf/plat/nvidia/tegra/include/t186/
H A Dtegra_def.h221 #define TEGRA_SE0_BASE U(0x03AC0000) macro
/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 */