Home
last modified time | relevance | path

Searched refs:TEGRA_CLK_RESET_BASE (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/arm/mach-tegra/
Dfuse.c44 u32 reg = readl(IO_TO_VIRT(TEGRA_CLK_RESET_BASE + 0x48)); in tegra_init_fuse()
46 writel(reg, IO_TO_VIRT(TEGRA_CLK_RESET_BASE + 0x48)); in tegra_init_fuse()
Dplatsmp.c37 (IO_ADDRESS(TEGRA_CLK_RESET_BASE) + 0x4c)
39 (IO_ADDRESS(TEGRA_CLK_RESET_BASE) + 0x344)
Dcommon.c38 void __iomem *reset = IO_ADDRESS(TEGRA_CLK_RESET_BASE + 0x04); in tegra_assert_system_reset()
Dtegra2_clocks.c152 static void __iomem *reg_clk_base = IO_ADDRESS(TEGRA_CLK_RESET_BASE);
/linux-2.6.39/arch/arm/mach-tegra/include/mach/
Diomap.h92 #define TEGRA_CLK_RESET_BASE 0x60006000 macro