Home
last modified time | relevance | path

Searched refs:LTDC_GCR (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/video/stm32/
H A Dstm32_ltdc.c36 #define LTDC_GCR 0x18 /* Global Control */ macro
209 setbits_le32(priv->regs + LTDC_GCR, GCR_LTDCEN); in stm32_ltdc_enable()
259 clrsetbits_le32(regs + LTDC_GCR, in stm32_ltdc_set_mode()
/openbmc/linux/drivers/gpu/drm/stm/
H A Dltdc.c70 #define LTDC_GCR 0x0018 /* Global Control */ macro
981 regmap_update_bits(ldev->regmap, LTDC_GCR, in ltdc_crtc_mode_set_nofb()
1160 ret = regmap_set_bits(ldev->regmap, LTDC_GCR, GCR_CRCEN); in ltdc_crtc_set_crc_source()
1163 ret = regmap_clear_bits(ldev->regmap, LTDC_GCR, GCR_CRCEN); in ltdc_crtc_set_crc_source()
1714 regmap_clear_bits(ldev->regmap, LTDC_GCR, GCR_LTDCEN); in ltdc_encoder_disable()
1732 regmap_set_bits(ldev->regmap, LTDC_GCR, GCR_LTDCEN); in ltdc_encoder_enable()