Searched refs:ioclk (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/spi/ |
D | spi-s3c64xx.c | 187 struct clk *ioclk; member 1244 sdd->ioclk = devm_clk_get_enabled(&pdev->dev, "spi_ioclk"); in s3c64xx_spi_probe() 1245 if (IS_ERR(sdd->ioclk)) in s3c64xx_spi_probe() 1246 return dev_err_probe(&pdev->dev, PTR_ERR(sdd->ioclk), in s3c64xx_spi_probe() 1362 clk_disable_unprepare(sdd->ioclk); in s3c64xx_spi_runtime_suspend() 1374 ret = clk_prepare_enable(sdd->ioclk); in s3c64xx_spi_runtime_resume() 1398 clk_disable_unprepare(sdd->ioclk); in s3c64xx_spi_runtime_resume()
|
/Linux-v6.6/arch/x86/events/intel/ |
D | uncore_snbep.c | 4042 INTEL_UNCORE_EVENT_DESC(ioclk, "event=0xff,umask=0x10"), 4880 INTEL_UNCORE_EVENT_DESC(ioclk, "event=0xff,umask=0x10"), 5479 INTEL_UNCORE_EVENT_DESC(ioclk, "event=0xff,umask=0x10"), 6238 INTEL_UNCORE_EVENT_DESC(ioclk, "event=0xff,umask=0x10"),
|