Searched refs:CLK_RESET_CCLK_BURST (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/arch/arm/mach-tegra/ |
D | sleep.S | 22 #define CLK_RESET_CCLK_BURST 0x20 macro 147 str r0, [r5, #CLK_RESET_CCLK_BURST]
|
D | sleep-tegra20.S | 30 #define CLK_RESET_CCLK_BURST 0x20 macro 200 str r1, [r0, #CLK_RESET_CCLK_BURST] 235 str r4, [r0, #CLK_RESET_CCLK_BURST] 287 str r0, [r5, #CLK_RESET_CCLK_BURST]
|
D | sleep-tegra30.S | 43 #define CLK_RESET_CCLK_BURST 0x20 macro 374 str r1, [r0, #CLK_RESET_CCLK_BURST] 453 str r4, [r0, #CLK_RESET_CCLK_BURST] 677 str r0, [r5, #CLK_RESET_CCLK_BURST]
|
/linux-6.6.21/drivers/clk/tegra/ |
D | clk-tegra30.c | 122 #define CLK_RESET_CCLK_BURST 0x20 macro 1128 readl(clk_base + CLK_RESET_CCLK_BURST); in tegra30_cpu_clock_suspend() 1143 reg = readl(clk_base + CLK_RESET_CCLK_BURST); in tegra30_cpu_clock_resume() 1178 clk_base + CLK_RESET_CCLK_BURST); in tegra30_cpu_clock_resume()
|