Searched refs:spiclk (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/spi/ |
D | spi-rockchip.c | 175 struct clk *spiclk; member 547 clk_set_rate(rs->spiclk, 2 * rs->speed); in rockchip_spi_config() 548 rs->max_freq = clk_get_rate(rs->spiclk); in rockchip_spi_config() 704 rs->spiclk = devm_clk_get(&pdev->dev, "spiclk"); in rockchip_spi_probe() 705 if (IS_ERR(rs->spiclk)) { in rockchip_spi_probe() 707 ret = PTR_ERR(rs->spiclk); in rockchip_spi_probe() 717 ret = clk_prepare_enable(rs->spiclk); in rockchip_spi_probe() 728 rs->max_freq = clk_get_rate(rs->spiclk); in rockchip_spi_probe() 811 clk_disable_unprepare(rs->spiclk); in rockchip_spi_probe() 827 clk_disable_unprepare(rs->spiclk); in rockchip_spi_remove() [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/spi/ |
D | spi-rockchip.txt | 23 - clock-names: Shall be "spiclk" for the transfer-clock, and "apb_pclk" for 54 clock-names = "spiclk", "apb_pclk";
|
D | spi-stm32.txt | 13 - clocks: Must contain an entry for spiclk (which feeds the internal clock
|
/Linux-v4.19/drivers/clk/versatile/ |
D | clk-impd1.c | 33 struct clk *spiclk; member 168 clk_unregister(imc->spiclk); in integrator_impd1_clk_exit()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | rk3xxx.dtsi | 407 clock-names = "spiclk", "apb_pclk"; 420 clock-names = "spiclk", "apb_pclk";
|
D | rk3288.dtsi | 316 clock-names = "spiclk", "apb_pclk"; 331 clock-names = "spiclk", "apb_pclk"; 346 clock-names = "spiclk", "apb_pclk";
|
D | rv1108.dtsi | 200 clock-names = "spiclk", "apb_pclk";
|
D | rk322x.dtsi | 381 clock-names = "spiclk", "apb_pclk";
|
/Linux-v4.19/arch/arm64/boot/dts/broadcom/stingray/ |
D | stingray.dtsi | 529 clock-names = "spiclk", "apb_pclk"; 541 clock-names = "spiclk", "apb_pclk";
|
/Linux-v4.19/arch/arm64/boot/dts/rockchip/ |
D | rk3368.dtsi | 265 clock-names = "spiclk", "apb_pclk"; 278 clock-names = "spiclk", "apb_pclk"; 291 clock-names = "spiclk", "apb_pclk";
|
D | rk3399.dtsi | 654 clock-names = "spiclk", "apb_pclk"; 667 clock-names = "spiclk", "apb_pclk"; 680 clock-names = "spiclk", "apb_pclk"; 693 clock-names = "spiclk", "apb_pclk"; 706 clock-names = "spiclk", "apb_pclk"; 1090 clock-names = "spiclk", "apb_pclk";
|
D | rk3328.dtsi | 384 clock-names = "spiclk", "apb_pclk";
|
/Linux-v4.19/arch/arm64/boot/dts/broadcom/northstar2/ |
D | ns2.dtsi | 647 clock-names = "spiclk", "apb_pclk"; 658 clock-names = "spiclk", "apb_pclk";
|