Home
last modified time | relevance | path

Searched full:clk_gate (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/sys/arm/mv/clk/
H A Da37x0_sb_periph_clk_driver.c56 CLK_GATE("gbe1_50", 3, 0, "gbe_50"),
57 CLK_GATE("gbe0_50", 4, 1, "gbe_50"),
58 CLK_GATE("gbe1_125", 5, 2, "gbe_125"),
59 CLK_GATE("gbe0_125", 6, 3, "gbe_125"),
75 CLK_GATE("pcie", 13, 14, "gbe_core")
H A Dperiph.h35 #include <dev/clk/clk_gate.h>
161 #define CLK_GATE(_name, _id, _gate_shift, _pname) \ macro
163 .type = CLK_GATE, \
348 CLK_GATE, enumerator
H A Da37x0_nb_periph_clk_driver.c89 CLK_GATE("i2c_2", 9, 16, NULL),
90 CLK_GATE("i2c_1", 10, 17, NULL),
H A Dperiph_clk_gate.c41 #include <dev/clk/clk_gate.h>
H A Dperiph.c41 #include <dev/clk/clk_gate.h>
H A Dperiph_clk_fixed.c41 #include <dev/clk/clk_gate.h>
H A Dperiph_clk_mux_gate.c41 #include <dev/clk/clk_gate.h>
H A Da37x0_periph_clk_driver.c116 case CLK_GATE: in a37x0_periph_clk_attach()
H A Darmada38x_gateclk.c42 #include <dev/clk/clk_gate.h>
361 /* Fill clk_gate fields. */
H A Dperiph_clk_d.c41 #include <dev/clk/clk_gate.h>
/freebsd/sys/arm/allwinner/
H A Da10_ahci.c123 clk_t clk_gate; member
330 error = clk_get_by_ofw_index(dev, 0, 0, &sc->clk_gate); in ahci_a10_attach()
350 error = clk_enable(sc->clk_gate); in ahci_a10_attach()
377 if (sc->clk_gate != NULL) in ahci_a10_attach()
378 clk_release(sc->clk_gate); in ahci_a10_attach()
396 if (sc->clk_gate != NULL) in ahci_a10_detach()
397 clk_release(sc->clk_gate); in ahci_a10_detach()
H A Da33_codec.c147 clk_t clk_gate; member
201 error = clk_get_by_ofw_name(dev, 0, "bus", &sc->clk_gate); in sun8i_codec_attach()
207 error = clk_enable(sc->clk_gate); in sun8i_codec_attach()
293 if (sc->clk_gate) in sun8i_codec_detach()
294 clk_release(sc->clk_gate); in sun8i_codec_detach()
H A Daw_cir.c409 clk_t clk_ir, clk_gate; in aw_ir_attach() local
413 clk_ir = clk_gate = NULL; in aw_ir_attach()
447 err = clk_get_by_ofw_name(dev, 0, "apb", &clk_gate); in aw_ir_attach()
464 err = clk_enable(clk_gate); in aw_ir_attach()
531 if (clk_gate != NULL) in aw_ir_attach()
532 clk_release(clk_gate); in aw_ir_attach()
H A Daw_gmacclk.c43 #include <dev/clk/clk_gate.h>
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Dadi,ad7625.yaml43 The clock connected to the CLK pins, gated by the clk_gate PWM.
54 - const: clk_gate
173 pwm-names = "cnv", "clk_gate";
/freebsd/sys/contrib/device-tree/Bindings/arm/altera/
H A Dsocfpga-clk-manager.yaml40 "^[a-z0-9,_]+(clk|pll|clk_gate|clk_divided)(@[a-f0-9]+)?$":
/freebsd/sys/dev/clk/
H A Dclk_gate.c35 #include <dev/clk/clk_gate.h>
/freebsd/sys/arm64/freescale/imx/
H A Dimx_ccm.h34 #include <dev/clk/clk_gate.h>
/freebsd/sys/dev/clk/rockchip/
H A Drk_cru.h33 #include <dev/clk/clk_gate.h>
H A Drk_cru.c48 #include <dev/clk/clk_gate.h>
/freebsd/sys/arm/ti/clk/
H A Dti_gate_clock.c39 #include <dev/clk/clk_gate.h>
/freebsd/sys/arm/mv/
H A Dmv_cp110_clock.c43 #include <dev/clk/clk_gate.h>
/freebsd/sys/dev/clk/allwinner/
H A Daw_ccung.c48 #include <dev/clk/clk_gate.h>
/freebsd/sys/riscv/sifive/
H A Dsifive_prci.c47 #include <dev/clk/clk_gate.h>
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_car.c44 #include <dev/clk/clk_gate.h>

12