Searched refs:spiclk (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/drivers/spi/
H A Dspi-rockchip.c167 struct clk *spiclk; member in struct:rockchip_spi
530 clk_set_rate(rs->spiclk, 2 * rs->speed); rockchip_spi_config()
531 rs->max_freq = clk_get_rate(rs->spiclk); rockchip_spi_config()
669 rs->spiclk = devm_clk_get(&pdev->dev, "spiclk"); rockchip_spi_probe()
670 if (IS_ERR(rs->spiclk)) { rockchip_spi_probe()
672 ret = PTR_ERR(rs->spiclk); rockchip_spi_probe()
682 ret = clk_prepare_enable(rs->spiclk); rockchip_spi_probe()
693 rs->max_freq = clk_get_rate(rs->spiclk); rockchip_spi_probe()
762 clk_disable_unprepare(rs->spiclk); rockchip_spi_probe()
778 clk_disable_unprepare(rs->spiclk); rockchip_spi_remove()
801 clk_disable_unprepare(rs->spiclk); rockchip_spi_suspend()
819 ret = clk_prepare_enable(rs->spiclk); rockchip_spi_resume()
828 clk_disable_unprepare(rs->spiclk); rockchip_spi_resume()
842 clk_disable_unprepare(rs->spiclk); rockchip_spi_runtime_suspend()
858 ret = clk_prepare_enable(rs->spiclk); rockchip_spi_runtime_resume()
H A Dspi-au1550.c107 * spiclk = psc_tempclk / (2 * (BRG + 1))
875 * spiclk = psc_tempclk / (2 * (BRG + 1)) au1550_spi_probe()
/linux-4.4.14/drivers/clk/versatile/
H A Dclk-impd1.c32 struct clk *spiclk; member in struct:impd1_clk
133 imc->spiname = kasprintf(GFP_KERNEL, "lm%x-spiclk", id); integrator_impd1_clk_init()
168 clk_unregister(imc->spiclk); integrator_impd1_clk_exit()
/linux-4.4.14/arch/mips/txx9/generic/
H A Dspi_eeprom.c62 dev_info(&spi->dev, "spiclk %u KHz.\n", early_seeprom_probe()
/linux-4.4.14/arch/blackfin/mach-bf609/
H A Dclock.c372 static struct clk spiclk = { variable in typeref:struct:clk
391 CLK(spiclk, NULL, "spi"),
/linux-4.4.14/drivers/rtc/
H A Drtc-pcf2123.c274 dev_info(&spi->dev, "spiclk %u KHz.\n", pcf2123_probe()
H A Drtc-rs5c348.c175 dev_info(&spi->dev, "spiclk %u KHz.\n", rs5c348_probe()

Completed in 279 milliseconds