Lines Matching +full:composite +full:- +full:mux +full:- +full:clock
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
59 /* Fixed rate clock. */
88 /* Linked clock. */
101 /* Complex clock fo ARM cores. */
138 /* Full composite clock. */
142 .clk.composite = &(struct rk_clk_composite_def) { \
157 /* Composite clock without mux (divider only). */
161 .clk.composite = &(struct rk_clk_composite_def) { \
174 /* Complex clock without divider (multiplexer only). */
178 .clk.mux = &(struct rk_clk_mux_def) { \
191 #define MUX(_id, _name, _pn, _f, _mo, _ms, _mw) \ macro
194 /* Complex clock without divider (multiplexer only in GRF). */
198 .clk.mux = &(struct rk_clk_mux_def) { \
236 struct rk_clk_composite_def *composite; member
237 struct rk_clk_mux_def *mux; member