Lines Matching refs:periph_id
22 enum periph_id id;
1439 static int exynos5_set_spi_clk(enum periph_id periph_id, in exynos5_set_spi_clk() argument
1453 __func__, periph_id); in exynos5_set_spi_clk()
1459 switch (periph_id) { in exynos5_set_spi_clk()
1487 periph_id); in exynos5_set_spi_clk()
1496 static int exynos5420_set_spi_clk(enum periph_id periph_id, in exynos5420_set_spi_clk() argument
1511 __func__, periph_id); in exynos5420_set_spi_clk()
1517 switch (periph_id) { in exynos5420_set_spi_clk()
1550 periph_id); in exynos5420_set_spi_clk()
1629 enum periph_id id; in get_uart_clk()
1662 enum periph_id id; in get_mmc_clk()
1740 int set_spi_clk(int periph_id, unsigned int rate) in set_spi_clk() argument
1744 return exynos5420_set_spi_clk(periph_id, rate); in set_spi_clk()
1745 return exynos5_set_spi_clk(periph_id, rate); in set_spi_clk()