Home
last modified time | relevance | path

Searched refs:clk_mux_def (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/arm64/qoriq/clk/
H A Dlx2160a_clkgen.c129 static struct clk_mux_def cmux0 =
131 static struct clk_mux_def cmux1 =
133 static struct clk_mux_def cmux2 =
135 static struct clk_mux_def cmux3 =
137 static struct clk_mux_def cmux4 =
139 static struct clk_mux_def cmux5 =
141 static struct clk_mux_def cmux6 =
143 static struct clk_mux_def cmux7 =
146 static struct clk_mux_def *mux_nodes[] = {
H A Dls1028a_clkgen.c108 static struct clk_mux_def ls1028a_cmux0 = {
122 static struct clk_mux_def ls1028a_cmux1 = {
136 static struct clk_mux_def ls1028a_cmux2 = {
150 static struct clk_mux_def ls1028a_cmux3 = {
186 static struct clk_mux_def ls1028a_hwaccel1 = {
200 static struct clk_mux_def ls1028a_hwaccel2 = {
214 static struct clk_mux_def ls1028a_hwaccel3 = {
228 static struct clk_mux_def ls1028a_hwaccel4 = {
242 static struct clk_mux_def *ls1028a_mux_nodes[] = {
H A Dls1088a_clkgen.c115 static struct clk_mux_def ls1088a_cmux0 = {
129 static struct clk_mux_def ls1088a_cmux1 = {
177 static struct clk_mux_def ls1088a_hwaccel1 = {
191 static struct clk_mux_def ls1088a_hwaccel2 = {
205 static struct clk_mux_def ls1088a_hwaccel3 = {
220 static struct clk_mux_def *ls1088a_mux_nodes[] = {
H A Dls1046a_clkgen.c108 static struct clk_mux_def ls1046a_cmux0 = {
143 static struct clk_mux_def ls1046a_hwaccel1 = {
157 static struct clk_mux_def ls1046a_hwaccel2 = {
171 static struct clk_mux_def *ls1046a_mux_nodes[] = {
H A Dqoriq_clkgen.h82 struct clk_mux_def **mux;
/freebsd/sys/arm/mv/clk/
H A Dperiph_clk_d.c63 struct clk_mux_def *clk_mux; in a37x0_periph_d_register_full_clk_dd()
64 struct clk_mux_def *tbg_mux; in a37x0_periph_d_register_full_clk_dd()
128 struct clk_mux_def *tbg_mux; in a37x0_periph_d_register_full_clk()
129 struct clk_mux_def *clk_mux; in a37x0_periph_d_register_full_clk()
183 struct clk_mux_def *clk_mux; in a37x0_periph_d_register_periph_cpu()
184 struct clk_mux_def *tbg_mux; in a37x0_periph_d_register_periph_cpu()
227 struct clk_mux_def *tbg_mux; in a37x0_periph_d_register_mdd()
228 struct clk_mux_def *clk_mux; in a37x0_periph_d_register_mdd()
H A Dperiph.h287 struct clk_mux_def tbg_mux;
290 struct clk_mux_def clk_mux;
295 struct clk_mux_def tbg_mux;
297 struct clk_mux_def clk_mux;
301 struct clk_mux_def tbg_mux;
303 struct clk_mux_def clk_mux;
308 struct clk_mux_def mux;
318 struct clk_mux_def tbg_mux;
321 struct clk_mux_def clk_mux;
325 struct clk_mux_def mux;
[all …]
H A Dperiph_clk_mux_gate.c65 struct clk_mux_def *mux; in a37x0_periph_register_mux_gate()
117 struct clk_mux_def *mux; in a37x0_periph_register_mux_gate_fixed()
H A Dperiph.c52 struct clk_mux_def *mux, int id) in a37x0_periph_create_mux()
H A Dperiph_clk_fixed.c64 struct clk_mux_def *mux; in a37x0_periph_fixed_register_fixed()
/freebsd/sys/dev/clk/
H A Dclk_mux.h32 struct clk_mux_def { struct
40 int clknode_mux_register(struct clkdom *clkdom, struct clk_mux_def *clkdef); argument
H A Dclk_mux.c113 clknode_mux_register(struct clkdom *clkdom, struct clk_mux_def *clkdef) in clknode_mux_register()
/freebsd/sys/dev/clk/allwinner/
H A Daw_ccung.h62 struct clk_mux_def *mux;
H A Daw_clk.h557 static struct clk_mux_def _clkname = { \
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_car.c235 static struct clk_mux_def tegra210_mux_clks[] = {
341 init_muxes(struct tegra210_car_softc *sc, struct clk_mux_def *clks, int nclks) in init_muxes()
H A Dtegra210_clk_pll.c489 static struct clk_mux_def tegra210_pll_sources[] = {
/freebsd/sys/arm/nvidia/tegra124/
H A Dtegra124_car.c224 static struct clk_mux_def tegra124_mux_clks[] = {
351 init_muxes(struct tegra124_car_softc *sc, struct clk_mux_def *clks, int nclks) in init_muxes()
/freebsd/sys/arm/ti/clk/
H A Dti_mux_clock.c62 struct clk_mux_def mux_def;