Searched refs:ioclk (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/spi/ |
D | spi-s3c64xx.c | 208 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()
|
/linux-6.12.1/arch/x86/events/intel/ |
D | uncore_snbep.c | 4053 INTEL_UNCORE_EVENT_DESC(ioclk, "event=0xff,umask=0x10"), 4891 INTEL_UNCORE_EVENT_DESC(ioclk, "event=0xff,umask=0x10"), 5490 INTEL_UNCORE_EVENT_DESC(ioclk, "event=0xff,umask=0x10"), 6325 INTEL_UNCORE_EVENT_DESC(ioclk, "event=0xff,umask=0x10"),
|