Searched refs:TEGRA_MC_BASE (Results 1 – 7 of 7) sorted by relevance
40 .reg = TEGRA_MC_BASE + MC_SMMU_BYPASS_CONFIG, \64 return mmio_read_32(TEGRA_MC_BASE + off); in tegra_mc_read_32()69 mmio_write_32(TEGRA_MC_BASE + off, val); in tegra_mc_write_32()
49 return mmio_read_32(TEGRA_MC_BASE + off); in tegra_mc_read_32()54 mmio_write_32(TEGRA_MC_BASE + off, val); in tegra_mc_write_32()
206 mcerr = mmio_read_32(TEGRA_MC_BASE + MC_INTSTATUS); in tegra_memctrl_clear_pending_interrupts()210 mmio_write_32((TEGRA_MC_BASE + MC_INTSTATUS), mcerr); in tegra_memctrl_clear_pending_interrupts()
56 if (mmio_read_32(TEGRA_MC_BASE + MC_VIDEO_PROTECT_REG_CTRL) in tegra_sip_handler()
134 mov x0, #TEGRA_MC_BASE
95 MAP_REGION_FLAT(TEGRA_MC_BASE, 0x8000U, /* 32KB */
82 #define TEGRA_MC_BASE U(0x02C10000) macro