Searched refs:TEGRA_DIVIDER_2 (Results 1 – 3 of 3) sorted by relevance
56 if ((mux->flags & TEGRA_DIVIDER_2) && !(val & SUPER_LP_DIV2_BYPASS) && in clk_super_get_parent()87 if ((mux->flags & TEGRA_DIVIDER_2) && ((index == mux->div2_index) || in clk_super_set_parent()
216 TEGRA_DIVIDER_2, 4, 8, 9, NULL); in tegra_super_clk_init()
752 #define TEGRA_DIVIDER_2 BIT(0) macro