Lines Matching refs:index
411 unsigned int index;
540 static int tegra_clk_sor_pad_set_parent(struct clk_hw *hw, u8 index)
549 switch (index) {
609 init.parent_names = tegra_clk_sor_pad_parents[sor->index];
610 init.num_parents = ARRAY_SIZE(tegra_clk_sor_pad_parents[sor->index]);
2226 value &= ~SOR_ENABLE(sor->index);
2623 value |= SOR_ENABLE(sor->index);
2628 value = tegra_dc_readl(dc, DC_DISP_CORE_SOR_SET_CONTROL(sor->index));
2631 tegra_dc_writel(dc, value, DC_DISP_CORE_SOR_SET_CONTROL(sor->index));
2680 value &= ~SOR_ENABLE(sor->index);
2921 value |= SOR_ENABLE(sor->index);
3650 sor->index = value;
3656 sor->pad = TEGRA_IO_PAD_HDMI_DP0 + sor->index;
3659 sor->index = 0;
3661 sor->index = 1;
3920 sor->index);