Lines Matching defs:pclk
295 * @pclk: peripheral clock
305 struct clk *pclk;
716 * The RSR.ULOCK has wrong value if both pclk and gclk are enabled
754 * The RSR.ULOCK has wrong value if both pclk and gclk are enabled
856 * The RSR.ULOCK has wrong value if both pclk and gclk are enabled
1045 clk_disable_unprepare(spdifrx->pclk);
1055 ret = clk_prepare_enable(spdifrx->pclk);
1070 clk_disable_unprepare(spdifrx->pclk);
1117 dev->pclk = devm_clk_get(&pdev->dev, "pclk");
1118 if (IS_ERR(dev->pclk)) {
1119 err = PTR_ERR(dev->pclk);