Lines Matching refs:periph_id
21 enum periph_id id;
1451 static int exynos5_set_spi_clk(enum periph_id periph_id, in exynos5_set_spi_clk() argument
1465 __func__, periph_id); in exynos5_set_spi_clk()
1471 switch (periph_id) { in exynos5_set_spi_clk()
1499 periph_id); in exynos5_set_spi_clk()
1508 static int exynos5420_set_spi_clk(enum periph_id periph_id, in exynos5420_set_spi_clk() argument
1523 __func__, periph_id); in exynos5420_set_spi_clk()
1529 switch (periph_id) { in exynos5420_set_spi_clk()
1562 periph_id); in exynos5420_set_spi_clk()
1641 enum periph_id id; in get_uart_clk()
1674 enum periph_id id; in get_mmc_clk()
1752 int set_spi_clk(int periph_id, unsigned int rate) in set_spi_clk() argument
1756 return exynos5420_set_spi_clk(periph_id, rate); in set_spi_clk()
1757 return exynos5_set_spi_clk(periph_id, rate); in set_spi_clk()