Searched refs:ioclk (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-s3c64xx.c | 181 struct clk *ioclk; member 1199 sdd->ioclk = devm_clk_get(&pdev->dev, "spi_ioclk"); in s3c64xx_spi_probe() 1200 if (IS_ERR(sdd->ioclk)) { in s3c64xx_spi_probe() 1202 ret = PTR_ERR(sdd->ioclk); in s3c64xx_spi_probe() 1206 ret = clk_prepare_enable(sdd->ioclk); in s3c64xx_spi_probe() 1280 clk_disable_unprepare(sdd->ioclk); in s3c64xx_spi_probe() 1305 clk_disable_unprepare(sdd->ioclk); in s3c64xx_spi_remove() 1363 clk_disable_unprepare(sdd->ioclk); in s3c64xx_spi_runtime_suspend() 1375 ret = clk_prepare_enable(sdd->ioclk); in s3c64xx_spi_runtime_resume() 1399 clk_disable_unprepare(sdd->ioclk); in s3c64xx_spi_runtime_resume()
|
| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A D | uncore_snbep.c | 3844 INTEL_UNCORE_EVENT_DESC(ioclk, "event=0xff,umask=0x10"), 4457 INTEL_UNCORE_EVENT_DESC(ioclk, "event=0xff,umask=0x10"), 4986 INTEL_UNCORE_EVENT_DESC(ioclk, "event=0xff,umask=0x10"),
|