Lines Matching +full:cec +full:- +full:clk
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 * Maxime Ripard <maxime.ripard@free-electrons.com>
15 #include <media/cec-pin.h>
37 #define SUN4I_HDMI_VID_TIMING_X(x) ((((x) - 1) & GENMASK(11, 0)))
38 #define SUN4I_HDMI_VID_TIMING_Y(y) ((((y) - 1) & GENMASK(11, 0)) << 16)
135 #define SUN4I_HDMI_DDC_FIFO_CTRL_RX_THRES_MAX (BIT(4) - 1)
138 #define SUN4I_HDMI_DDC_FIFO_CTRL_TX_THRES_MAX (BIT(4) - 1)
143 #define SUN4I_HDMI_DDC_BYTE_COUNT_MAX (BIT(10) - 1)
187 /* DDC CLK bit fields are the same, but the formula is not */
257 struct clk *bus_clk;
258 struct clk *mod_clk;
259 struct clk *ddc_parent_clk;
260 struct clk *pll0_clk;
261 struct clk *pll1_clk;
264 struct clk *ddc_clk;
265 struct clk *tmds_clk;
293 int sun4i_ddc_create(struct sun4i_hdmi *hdmi, struct clk *clk);