Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/tegra/
H A Dclk-tegra210.c206 #define UTMIPLL_HW_PWRDN_CFG0_IDDQ_OVERRIDE BIT(1) macro
2786 reg |= UTMIPLL_HW_PWRDN_CFG0_IDDQ_OVERRIDE; in tegra210_put_utmipll_in_iddq()
2796 reg &= ~UTMIPLL_HW_PWRDN_CFG0_IDDQ_OVERRIDE; in tegra210_put_utmipll_out_iddq()
2818 reg &= ~UTMIPLL_HW_PWRDN_CFG0_IDDQ_OVERRIDE; in tegra210_utmi_param_configure()
H A Dclk-pll.c207 #define UTMIPLL_HW_PWRDN_CFG0_IDDQ_OVERRIDE BIT(1) macro
1830 value &= ~UTMIPLL_HW_PWRDN_CFG0_IDDQ_OVERRIDE; in clk_pllu_tegra114_enable()