Searched refs:TEGRA_PMC_BASE (Results 1 – 3 of 3) sorted by relevance
57 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()
133 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()
213 #define TEGRA_PMC_BASE U(0x0C360000) macro