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

/netbsd-current/sys/arch/arm/imx/
H A Dimxpcievar.h56 struct clk *sc_clk_pcie_phy; member in struct:imxpcie_softc
/netbsd-current/sys/arch/arm/nxp/
H A Dimx6_pcie.c172 sc->sc_clk_pcie_phy = fdtbus_clock_get(phandle, "pcie_phy");
173 if (sc->sc_clk_pcie_phy == NULL) {
H A Dimxpcie.c302 error = clk_enable(sc->sc_clk_pcie_phy);
334 rate = clk_get_rate(sc->sc_clk_pcie_phy);

Completed in 178 milliseconds