Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-rockchip.c167 struct clk *spiclk; member
530 clk_set_rate(rs->spiclk, 2 * rs->speed); in rockchip_spi_config()
531 rs->max_freq = clk_get_rate(rs->spiclk); in rockchip_spi_config()
669 rs->spiclk = devm_clk_get(&pdev->dev, "spiclk"); in rockchip_spi_probe()
670 if (IS_ERR(rs->spiclk)) { in rockchip_spi_probe()
672 ret = PTR_ERR(rs->spiclk); in rockchip_spi_probe()
682 ret = clk_prepare_enable(rs->spiclk); in rockchip_spi_probe()
693 rs->max_freq = clk_get_rate(rs->spiclk); in rockchip_spi_probe()
762 clk_disable_unprepare(rs->spiclk); in rockchip_spi_probe()
778 clk_disable_unprepare(rs->spiclk); in rockchip_spi_remove()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Dspi-rockchip.txt17 - clock-names: Shall be "spiclk" for the transfer-clock, and "apb_pclk" for
44 clock-names = "spiclk", "apb_pclk";
/linux-4.4.14/drivers/clk/versatile/
Dclk-impd1.c32 struct clk *spiclk; member
168 clk_unregister(imc->spiclk); in integrator_impd1_clk_exit()
/linux-4.4.14/arch/blackfin/mach-bf609/
Dclock.c372 static struct clk spiclk = { variable
391 CLK(spiclk, NULL, "spi"),
/linux-4.4.14/arch/arm/boot/dts/
Drk3xxx.dtsi404 clock-names = "spiclk", "apb_pclk";
417 clock-names = "spiclk", "apb_pclk";
Drk3288.dtsi284 clock-names = "spiclk", "apb_pclk";
299 clock-names = "spiclk", "apb_pclk";
314 clock-names = "spiclk", "apb_pclk";
/linux-4.4.14/arch/arm64/boot/dts/rockchip/
Drk3368.dtsi272 clock-names = "spiclk", "apb_pclk";
285 clock-names = "spiclk", "apb_pclk";
298 clock-names = "spiclk", "apb_pclk";