LTDC_GCR
ret = regmap_set_bits(ldev->regmap, LTDC_GCR, GCR_CRCEN);
ret = regmap_clear_bits(ldev->regmap, LTDC_GCR, GCR_CRCEN);
regmap_clear_bits(ldev->regmap, LTDC_GCR, GCR_LTDCEN);
regmap_set_bits(ldev->regmap, LTDC_GCR, GCR_LTDCEN);
regmap_update_bits(ldev->regmap, LTDC_GCR,