Home
last modified time | relevance | path

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

/linux-6.15/drivers/spi/
H A Dspi-s3c64xx.c210 struct clk *ioclk; member
1346 sdd->ioclk = devm_clk_get_enabled(&pdev->dev, "spi_ioclk"); in s3c64xx_spi_probe()
1347 if (IS_ERR(sdd->ioclk)) in s3c64xx_spi_probe()
1348 return dev_err_probe(&pdev->dev, PTR_ERR(sdd->ioclk), in s3c64xx_spi_probe()
1465 clk_disable_unprepare(sdd->ioclk); in s3c64xx_spi_runtime_suspend()
1477 ret = clk_prepare_enable(sdd->ioclk); in s3c64xx_spi_runtime_resume()
1501 clk_disable_unprepare(sdd->ioclk); in s3c64xx_spi_runtime_resume()
/linux-6.15/arch/x86/events/intel/
H A Duncore_snbep.c4053 INTEL_UNCORE_EVENT_DESC(ioclk, "event=0xff,umask=0x10"),
4891 INTEL_UNCORE_EVENT_DESC(ioclk, "event=0xff,umask=0x10"),