Searched refs:ps_clk (Results 1 – 4 of 4) sorted by relevance
| /drivers/mtd/nand/raw/ |
| A D | mxic_nand.c | 174 struct clk *ps_clk; member 188 ret = clk_prepare_enable(nfc->ps_clk); in mxic_nfc_clk_enable() 205 clk_disable_unprepare(nfc->ps_clk); in mxic_nfc_clk_enable() 214 clk_disable_unprepare(nfc->ps_clk); in mxic_nfc_clk_disable() 500 nfc->ps_clk = devm_clk_get(&pdev->dev, "ps"); in mxic_nfc_probe() 501 if (IS_ERR(nfc->ps_clk)) in mxic_nfc_probe() 502 return PTR_ERR(nfc->ps_clk); in mxic_nfc_probe()
|
| /drivers/spi/ |
| A D | spi-mxic.c | 173 struct clk *ps_clk; member 730 clk_disable_unprepare(mxic->ps_clk); in mxic_spi_runtime_suspend() 741 ret = clk_prepare_enable(mxic->ps_clk); in mxic_spi_runtime_resume() 773 mxic->ps_clk = devm_clk_get(&pdev->dev, "ps_clk"); in mxic_spi_probe() 774 if (IS_ERR(mxic->ps_clk)) in mxic_spi_probe() 775 return PTR_ERR(mxic->ps_clk); in mxic_spi_probe()
|
| /drivers/clk/zynq/ |
| A D | clkc.c | 61 static struct clk *ps_clk; variable 255 ps_clk = clk_register_fixed_rate(NULL, "ps_clk", NULL, 0, tmp); in zynq_clk_setup()
|
| /drivers/clk/sunxi-ng/ |
| A D | ccu-sun6i-a31.c | 619 static SUNXI_CCU_GATE(ps_clk, "ps", "lcd1-ch1", 0x140, BIT(31), 0); 939 &ps_clk.common, 1127 [CLK_PS] = &ps_clk.common.hw,
|
Completed in 14 milliseconds