Searched refs:pcie_aux (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/pci/controller/dwc/
H A Dpcie-fu740.c37 struct clk *pcie_aux; member in struct:fu740_pcie
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 cloc
[all...]

Completed in 85 milliseconds