HomeSort by: relevance | last modified time | path
    Searched defs:sc_clk_ahb (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/arm/nxp/
imx_ahcisata.c 69 struct clk *sc_clk_ahb; member in struct:imx_ahcisata_softc
136 sc->sc_clk_ahb = fdtbus_clock_get(phandle, "ahb");
137 if (sc->sc_clk_ahb == NULL) {
459 clk_get_rate(sc->sc_clk_ahb) / 1000);
479 error = clk_enable(sc->sc_clk_ahb);
  /src/sys/dev/fdt/
arasan_sdhc_fdt.c 70 struct clk *sc_clk_ahb; member in struct:arasan_sdhc_softc
252 sc->sc_clk_ahb = fdtbus_clock_get(phandle, "clk_ahb");
253 if (sc->sc_clk_xin == NULL || sc->sc_clk_ahb == NULL) {
257 if (clk_enable(sc->sc_clk_xin) != 0 || clk_enable(sc->sc_clk_ahb) != 0) {
  /src/sys/arch/arm/sunxi/
sunxi_tcon.c 65 struct clk *sc_clk_ahb; member in struct:sunxi_tcon_softc
137 sc->sc_clk_ahb = fdtbus_clock_get(phandle, "ahb");
141 if (sc->sc_clk_ahb == NULL || sc->sc_clk_ch0 == NULL
145 sc->sc_clk_ahb == NULL ? "missing" : "present",
184 if (clk_disable(sc->sc_clk_ahb) != 0) {
223 if (clk_enable(sc->sc_clk_ahb) != 0) {
241 if (clk_disable(sc->sc_clk_ahb) != 0) {
293 if (clk_enable(sc->sc_clk_ahb) != 0) {
341 if (clk_enable(sc->sc_clk_ahb) != 0) {
sunxi_hdmi.c 68 struct clk *sc_clk_ahb; member in struct:sunxi_hdmi_softc
183 sc->sc_clk_ahb = fdtbus_clock_get(phandle, "ahb");
188 if (sc->sc_clk_ahb == NULL || sc->sc_clk_mod == NULL
192 sc->sc_clk_ahb == NULL ? "missing" : "present",
199 if (clk_enable(sc->sc_clk_ahb) != 0) {
253 if (clk_disable(sc->sc_clk_ahb) != 0) {
579 if (clk_enable(sc->sc_clk_ahb) != 0) {
sunxi_mmc.c 178 struct clk *sc_clk_ahb; member in struct:sunxi_mmc_softc
328 sc->sc_clk_ahb = fdtbus_clock_get(phandle, "ahb");
334 if (sc->sc_clk_ahb == NULL || sc->sc_clk_mmc == NULL ||
337 if (sc->sc_clk_ahb == NULL || sc->sc_clk_mmc == NULL) {
347 if (clk_enable(sc->sc_clk_ahb) != 0 ||
sunxi_nand.c 144 struct clk *sc_clk_ahb; member in struct:sunxi_nand_softc
610 sc->sc_clk_ahb = fdtbus_clock_get(sc->sc_phandle, "ahb");
611 if (sc->sc_clk_mod == NULL || sc->sc_clk_ahb == NULL)
614 if ((error = clk_enable(sc->sc_clk_ahb)) != 0)
sunxi_debe.c 77 struct clk *sc_clk_ahb; member in struct:sunxi_debe_softc
172 sc->sc_clk_ahb = fdtbus_clock_get(phandle, "ahb");
176 if (sc->sc_clk_ahb == NULL || sc->sc_clk_mod == NULL
180 sc->sc_clk_ahb == NULL ? "missing" : "present",
246 if (clk_enable(sc->sc_clk_ahb) != 0 ||
263 if (clk_disable(sc->sc_clk_ahb) != 0 ||
894 if (clk_enable(sc->sc_clk_ahb) != 0 ||

Completed in 18 milliseconds