Home
last modified time | relevance | path

Searched refs:UTMIPLL_HW_PWRDN_CFG0_IDDQ_OVERRIDE (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/clk/tegra/
Dclk-tegra210.c214 #define UTMIPLL_HW_PWRDN_CFG0_IDDQ_OVERRIDE BIT(1) macro
2722 reg |= UTMIPLL_HW_PWRDN_CFG0_IDDQ_OVERRIDE; in tegra210_put_utmipll_in_iddq()
2732 reg &= ~UTMIPLL_HW_PWRDN_CFG0_IDDQ_OVERRIDE; in tegra210_put_utmipll_out_iddq()
2754 reg &= ~UTMIPLL_HW_PWRDN_CFG0_IDDQ_OVERRIDE; in tegra210_utmi_param_configure()
Dclk-pll.c218 #define UTMIPLL_HW_PWRDN_CFG0_IDDQ_OVERRIDE BIT(1) macro
1782 value &= ~UTMIPLL_HW_PWRDN_CFG0_IDDQ_OVERRIDE; in clk_pllu_tegra114_enable()