Searched refs:fpi_clk (Results 1 – 1 of 1) sorted by relevance
170 struct clk *fpi_clk; member 280 spi_clk = clk_get_rate(spi->fpi_clk) / 2; in hw_setup_speed_hz() 946 spi->fpi_clk = clk_get_fpi(); in lantiq_ssc_probe() 948 spi->fpi_clk = clk_get(dev, "freq"); in lantiq_ssc_probe() 950 if (IS_ERR(spi->fpi_clk)) { in lantiq_ssc_probe() 951 err = PTR_ERR(spi->fpi_clk); in lantiq_ssc_probe() 1009 clk_put(spi->fpi_clk); in lantiq_ssc_probe() 1027 clk_put(spi->fpi_clk); in lantiq_ssc_remove()