diff options
Diffstat (limited to 'arch/arm/include/asm/arch-tegra/clk_rst.h')
| -rw-r--r-- | arch/arm/include/asm/arch-tegra/clk_rst.h | 10 | 
1 files changed, 10 insertions, 0 deletions
| diff --git a/arch/arm/include/asm/arch-tegra/clk_rst.h b/arch/arm/include/asm/arch-tegra/clk_rst.h index c754ec753..9b8de9cd7 100644 --- a/arch/arm/include/asm/arch-tegra/clk_rst.h +++ b/arch/arm/include/asm/arch-tegra/clk_rst.h @@ -225,6 +225,16 @@ enum {  	IN_408_OUT_9_6_DIVISOR = 83,  }; +/* CLK_RST_CONTROLLER_UTMIP_PLL_CFG1_0 */ +#define PLLU_POWERDOWN		(1 << 16) +#define PLL_ENABLE_POWERDOWN	(1 << 14) +#define PLL_ACTIVE_POWERDOWN	(1 << 12) + +/* CLK_RST_CONTROLLER_UTMIP_PLL_CFG2_0 */ +#define UTMIP_FORCE_PD_SAMP_C_POWERDOWN		(1 << 4) +#define UTMIP_FORCE_PD_SAMP_B_POWERDOWN		(1 << 2) +#define UTMIP_FORCE_PD_SAMP_A_POWERDOWN		(1 << 0) +  /* CLK_RST_CONTROLLER_OSC_CTRL_0 */  #define OSC_XOBP_SHIFT		1  #define OSC_XOBP_MASK		(1U << OSC_XOBP_SHIFT) |