/freebsd/sys/dev/clk/rockchip/ |
H A D | rk_cru.c | 186 if (sc->gates[i].name == NULL) in rk_cru_register_gates() 189 def.clkdef.id = sc->gates[i].id; in rk_cru_register_gates() 190 def.clkdef.name = sc->gates[i].name; in rk_cru_register_gates() 191 def.clkdef.parent_names = &sc->gates[i].parent_name; in rk_cru_register_gates() 193 def.offset = sc->gates[i].offset; in rk_cru_register_gates() 194 def.shift = sc->gates[i].shift; in rk_cru_register_gates() 272 if (sc->gates) in rk_cru_attach()
|
H A D | rk3568_pmucru.c | 228 sc->gates = rk3568_gates; in rk3568_pmucru_attach()
|
H A D | rk_cru.h | 253 struct rk_cru_gate *gates; member
|
H A D | rk3399_pmucru.c | 849 sc->gates = rk3399_pmu_gates; in rk3399_pmucru_attach()
|
H A D | rk3288_cru.c | 895 sc->gates = rk3288_gates; in rk3288_cru_attach()
|
/freebsd/sys/dev/clk/allwinner/ |
H A D | aw_ccung.c | 187 if (sc->gates[i].name == NULL) in aw_ccung_register_gates() 191 def.clkdef.name = sc->gates[i].name; in aw_ccung_register_gates() 192 def.clkdef.parent_names = &sc->gates[i].parent_name; in aw_ccung_register_gates() 194 def.offset = sc->gates[i].offset; in aw_ccung_register_gates() 195 def.shift = sc->gates[i].shift; in aw_ccung_register_gates() 324 if (sc->gates) in aw_ccung_attach()
|
H A D | ccu_de2.c | 176 sc->gates = h3_de2_ccu_gates; in ccu_de2_attach() 184 sc->gates = a64_de2_ccu_gates; in ccu_de2_attach()
|
H A D | ccu_sun8i_r.c | 191 sc->gates = ccu_sun8i_r_gates; in ccu_sun8i_r_attach() 236 sc->gates = ccu_sun8i_r_gates; in ccu_a83t_r_attach()
|
H A D | aw_ccung.h | 83 struct aw_ccung_gate *gates; member
|
H A D | ccu_h6_r.c | 145 sc->gates = ccu_sun50i_h6_r_gates; in ccu_sun50i_h6_r_attach()
|
H A D | ccu_h6.c | 474 sc->gates = h6_ccu_gates; in ccu_h6_attach()
|
H A D | ccu_a10.c | 596 sc->gates = a10_ccu_gates; in ccu_a10_attach()
|
H A D | ccu_a13.c | 543 sc->gates = a13_ccu_gates; in ccu_a13_attach()
|
H A D | ccu_a83t.c | 759 sc->gates = a83t_ccu_gates; in ccu_a83t_attach()
|
H A D | ccu_h3.c | 765 sc->gates = h3_ccu_gates; in ccu_h3_attach()
|
H A D | ccu_a64.c | 814 sc->gates = a64_ccu_gates; in ccu_a64_attach()
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-gate.txt | 4 there are no competing masters to consider for gates and therefore there is 5 no arbitration happening for gates.
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | st,nomadik.txt | 7 PLLs and clock gates. 34 HCLK nodes: these represent the clock gates on individual
|
H A D | alphascale,acc.txt | 4 clock source, setting dividers and clock gates.
|
H A D | pistachio-clock.txt | 103 gates for the external clocks "audio_clk_in" and "enet_clk_in".
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/davinci/ |
H A D | pll.txt | 4 to the PLL itself, this controller also contains bypasses, gates, dividers,
|
H A D | da8xx-cfgchip.txt | 5 gates. This document describes the bindings for those clocks.
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | nvidia,tegra-audio-rt5677.txt | 33 - nvidia,dmic-clk-en-gpios : The GPIO that gates DMIC clock signal
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ti/ |
H A D | gate.txt | 41 gates the clock and clearing the bit ungates the clock.
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun8i-a23-a33.dtsi | 761 apb0_gates: apb0-gates-clk { 762 compatible = "allwinner,sun8i-a23-apb0-gates-clk";
|