Lines Matching +full:composite +full:- +full:in
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
6 * Redistribution and use in source and binary forms, with or without
11 * 2. Redistributions in binary form must reproduce the above copyright
12 * notice, this list of conditions and the following disclaimer in the
18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
70 struct imx_clk_composite_def *composite; member
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) { \