Searched refs:CLK_RESET_CCLK_BURST (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/arm/mach-tegra/ |
D | sleep.S | 37 #define CLK_RESET_CCLK_BURST 0x20 macro 156 str r0, [r5, #CLK_RESET_CCLK_BURST]
|
D | sleep-tegra20.S | 40 #define CLK_RESET_CCLK_BURST 0x20 macro 349 str r1, [r0, #CLK_RESET_CCLK_BURST] 384 str r4, [r0, #CLK_RESET_CCLK_BURST] 437 str r0, [r5, #CLK_RESET_CCLK_BURST]
|
D | sleep-tegra30.S | 55 #define CLK_RESET_CCLK_BURST 0x20 macro 331 str r1, [r0, #CLK_RESET_CCLK_BURST] 400 str r4, [r0, #CLK_RESET_CCLK_BURST] 620 str r0, [r5, #CLK_RESET_CCLK_BURST]
|
/linux-4.1.27/drivers/clk/tegra/ |
D | clk-tegra30.c | 146 #define CLK_RESET_CCLK_BURST 0x20 macro 1275 readl(clk_base + CLK_RESET_CCLK_BURST); in tegra30_cpu_clock_suspend() 1289 reg = readl(clk_base + CLK_RESET_CCLK_BURST); in tegra30_cpu_clock_resume() 1318 clk_base + CLK_RESET_CCLK_BURST); in tegra30_cpu_clock_resume()
|