Lines Matching defs:pclk
236 struct clk *pclk;
650 * The RSR.ULOCK has wrong value if both pclk and gclk are enabled
680 * The RSR.ULOCK has wrong value if both pclk and gclk are enabled
773 * The RSR.ULOCK has wrong value if both pclk and gclk are enabled
888 err = clk_prepare_enable(dev->pclk);
926 clk_disable_unprepare(dev->pclk);
993 dev->pclk = devm_clk_get(&pdev->dev, "pclk");
994 if (IS_ERR(dev->pclk)) {
995 err = PTR_ERR(dev->pclk);