Searched refs:sc_clk_pcie_bus (Results 1 – 3 of 3) sorted by relevance
167 sc->sc_clk_pcie_bus = fdtbus_clock_get(phandle, "pcie_bus"); in imx6_pcie_attach()168 if (sc->sc_clk_pcie_bus == NULL) { in imx6_pcie_attach()
294 error = clk_enable(sc->sc_clk_pcie_bus); in imxpcie_deassert_core_reset()
55 struct clk *sc_clk_pcie_bus; member