Searched refs:LTDC_GCR (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/stm/ |
| H A D | ltdc.c | 73 #define LTDC_GCR 0x0018 /* Global Control */ macro 987 regmap_update_bits(ldev->regmap, LTDC_GCR, in ltdc_crtc_mode_set_nofb() 1166 ret = regmap_set_bits(ldev->regmap, LTDC_GCR, GCR_CRCEN); in ltdc_crtc_set_crc_source() 1169 ret = regmap_clear_bits(ldev->regmap, LTDC_GCR, GCR_CRCEN); in ltdc_crtc_set_crc_source() 1720 regmap_clear_bits(ldev->regmap, LTDC_GCR, GCR_LTDCEN); in ltdc_encoder_disable() 1738 regmap_set_bits(ldev->regmap, LTDC_GCR, GCR_LTDCEN); in ltdc_encoder_enable()
|