Searched refs:tve (Results 1 – 8 of 8) sorted by relevance
| /Linux-v6.1/drivers/gpu/drm/imx/ |
| D | imx-tve.c | 107 struct imx_tve *tve; member 127 return container_of(c, struct imx_tve_encoder, connector)->tve; in con_to_tve() 132 return container_of(e, struct imx_tve_encoder, encoder)->tve; in enc_to_tve() 135 static void tve_enable(struct imx_tve *tve) in tve_enable() argument 137 clk_prepare_enable(tve->clk); in tve_enable() 138 regmap_update_bits(tve->regmap, TVE_COM_CONF_REG, TVE_EN, TVE_EN); in tve_enable() 141 regmap_write(tve->regmap, TVE_STAT_REG, 0xffffffff); in tve_enable() 144 if (tve->mode == TVE_MODE_VGA) in tve_enable() 145 regmap_write(tve->regmap, TVE_INT_CONT_REG, 0); in tve_enable() 147 regmap_write(tve->regmap, TVE_INT_CONT_REG, in tve_enable() [all …]
|
| D | Makefile | 8 obj-$(CONFIG_DRM_IMX_TVE) += imx-tve.o
|
| /Linux-v6.1/arch/arm/boot/dts/ |
| D | imx53-mba53.dts | 143 tve { 241 &tve { 245 fsl,tve-mode = "vga";
|
| D | imx53-qsb-common.dtsi | 312 &tve { 316 fsl,tve-mode = "vga";
|
| D | imx53-qsb.dts | 109 &tve {
|
| D | imx53-qsrb.dts | 147 &tve {
|
| D | imx53.dtsi | 813 tve: tve@63ff0000 { label 814 compatible = "fsl,imx53-tve"; 819 clock-names = "tve", "di_sel";
|
| D | sunxi-h3-h5.dtsi | 71 framebuffer-tve { 74 allwinner,pipeline = "mixer1-lcd1-tve";
|