Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-s3c64xx.c208 struct clk *ioclk; member
1344 sdd->ioclk = devm_clk_get_enabled(&pdev->dev, "spi_ioclk"); in s3c64xx_spi_probe()
1345 if (IS_ERR(sdd->ioclk)) in s3c64xx_spi_probe()
1346 return dev_err_probe(&pdev->dev, PTR_ERR(sdd->ioclk), in s3c64xx_spi_probe()
1463 clk_disable_unprepare(sdd->ioclk); in s3c64xx_spi_runtime_suspend()
1475 ret = clk_prepare_enable(sdd->ioclk); in s3c64xx_spi_runtime_resume()
1499 clk_disable_unprepare(sdd->ioclk); in s3c64xx_spi_runtime_resume()