Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/nvidia/tegra/include/drivers/
H A Dpmc.h57 return mmio_read_32(TEGRA_PMC_BASE + off); in tegra_pmc_read_32()
62 mmio_write_32(TEGRA_PMC_BASE + off, val); in tegra_pmc_write_32()
/rk3399_ARM-atf/plat/nvidia/tegra/drivers/pmc/
H A Dpmc.c133 mmio_write_32((TEGRA_PMC_BASE + PMC_IO_DPD_SAMPLE), 0x0); in tegra_pmc_resume()
136 mmio_write_32((TEGRA_PMC_BASE + PMC_DPD_ENABLE_0), 0x0); in tegra_pmc_resume()
/rk3399_ARM-atf/plat/nvidia/tegra/include/t194/
H A Dtegra_def.h213 #define TEGRA_PMC_BASE U(0x0C360000) macro