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) {
608 init.parent_names = tegra_clk_sor_pad_parents[sor->index];
609 init.num_parents = ARRAY_SIZE(tegra_clk_sor_pad_parents[sor->index]);
2230 value &= ~SOR_ENABLE(sor->index);
2627 value |= SOR_ENABLE(sor->index);
2632 value = tegra_dc_readl(dc, DC_DISP_CORE_SOR_SET_CONTROL(sor->index));
2635 tegra_dc_writel(dc, value, DC_DISP_CORE_SOR_SET_CONTROL(sor->index));
2684 value &= ~SOR_ENABLE(sor->index);
2925 value |= SOR_ENABLE(sor->index);
3660 sor->index = value;
3666 sor->pad = TEGRA_IO_PAD_HDMI_DP0 + sor->index;
3669 sor->index = 0;
3671 sor->index = 1;
3937 sor->index);