Lines Matching refs:pcie_aux
37 struct clk *pcie_aux;
248 ret = clk_prepare_enable(afp->pcie_aux);
250 dev_err(dev, "unable to enable pcie_aux clock\n");
270 clk_disable_unprepare(afp->pcie_aux);
274 clk_prepare_enable(afp->pcie_aux);
319 afp->pcie_aux = devm_clk_get(dev, "pcie_aux");
320 if (IS_ERR(afp->pcie_aux))
321 return dev_err_probe(dev, PTR_ERR(afp->pcie_aux),
322 "pcie_aux clock source missing or invalid\n");