Searched refs:i2s_id (Results 1 – 3 of 3) sorted by relevance
47 int set_i2s_clk_source(unsigned int i2s_id);49 unsigned int i2s_id);
34 static int tegra_ahub_xbar_enable_i2s(struct xbar_regs *regs, int i2s_id) in tegra_ahub_xbar_enable_i2s() argument40 switch (i2s_id) { in tegra_ahub_xbar_enable_i2s()57 log_err("Invalid I2S component id: %d\n", i2s_id); in tegra_ahub_xbar_enable_i2s()
1334 int exynos5_set_i2s_clk_source(unsigned int i2s_id) in exynos5_set_i2s_clk_source() argument1340 if (i2s_id == 0) { in exynos5_set_i2s_clk_source()1345 } else if (i2s_id == 1) { in exynos5_set_i2s_clk_source()1356 unsigned int i2s_id) in exynos5_set_i2s_clk_prescaler() argument1369 if (i2s_id == 0) { in exynos5_set_i2s_clk_prescaler()1378 } else if (i2s_id == 1) { in exynos5_set_i2s_clk_prescaler()1765 unsigned int i2s_id) in set_i2s_clk_prescaler() argument1768 return exynos5_set_i2s_clk_prescaler(src_frq, dst_frq, i2s_id); in set_i2s_clk_prescaler()1773 int set_i2s_clk_source(unsigned int i2s_id) in set_i2s_clk_source() argument1779 return exynos5_set_i2s_clk_source(i2s_id); in set_i2s_clk_source()
Completed in 19 milliseconds