Home
last modified time | relevance | path

Searched refs:sc_clk_pcie_bus (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/arm/nxp/
H A Dimx6_pcie.c167 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()
H A Dimxpcie.c294 error = clk_enable(sc->sc_clk_pcie_bus); in imxpcie_deassert_core_reset()
/netbsd-src/sys/arch/arm/imx/
H A Dimxpcievar.h55 struct clk *sc_clk_pcie_bus; member