Searched refs:tve (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/imx/ipuv3/ |
H A D | imx-tve.c | 106 struct imx_tve *tve; member 126 return container_of(c, struct imx_tve_encoder, connector)->tve; in con_to_tve() 131 return container_of(e, struct imx_tve_encoder, encoder)->tve; in enc_to_tve() 134 static void tve_enable(struct imx_tve *tve) in tve_enable() argument 136 clk_prepare_enable(tve->clk); in tve_enable() 137 regmap_update_bits(tve->regmap, TVE_COM_CONF_REG, TVE_EN, TVE_EN); in tve_enable() 140 regmap_write(tve->regmap, TVE_STAT_REG, 0xffffffff); in tve_enable() 143 if (tve->mode == TVE_MODE_VGA) in tve_enable() 144 regmap_write(tve->regmap, TVE_INT_CONT_REG, 0); in tve_enable() 146 regmap_write(tve->regmap, TVE_INT_CONT_REG, in tve_enable() [all …]
|
H A D | Makefile | 8 obj-$(CONFIG_DRM_IMX_TVE) += imx-tve.o
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx53-mba53.dts | 135 tve { 234 &tve { 238 fsl,tve-mode = "vga";
|
H A D | imx53-qsb-common.dtsi | 327 &tve { 331 fsl,tve-mode = "vga";
|
H A D | imx53-qsb.dts | 109 &tve {
|
H A D | imx53.dtsi | 813 tve: tve@63ff0000 { label 814 compatible = "fsl,imx53-tve"; 819 clock-names = "tve", "di_sel";
|
H A D | imx53-qsrb.dts | 147 &tve {
|
/linux/arch/arm/boot/dts/allwinner/ |
H A D | sunxi-h3-h5.dtsi | 71 framebuffer-tve { 74 allwinner,pipeline = "mixer1-lcd1-tve";
|