Lines Matching +full:composite +full:- +full:divider +full:- +full:clock
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
70 struct imx_clk_composite_def *composite; member
77 /* Linked clock. */
90 /* Complex clock without divider (multiplexer only). */
107 /* Fixed frequency clock */
119 /* Fixed factor multipier/divider. */
134 /* Clock gate */
150 /* Root clock gate */
166 /* Composite clock with GATE, MUX, PRE_DIV, and POST_DIV */
167 #define COMPOSITE(_id, _name, _pn, _o, _flags) \ macro
170 .clk.composite = &(struct imx_clk_composite_def) { \
185 .clk.composite = &(struct imx_clk_composite_def) { \