Searched refs:LTDC_BPCR (Results 1 – 2 of 2) sorted by relevance
33 #define LTDC_BPCR 0x0C /* Back Porch Configuration */ macro236 clrsetbits_le32(regs + LTDC_BPCR, BPCR_AVBP | BPCR_AHBP, val); in stm32_ltdc_set_mode()282 tmp = (readl(regs + LTDC_BPCR) & BPCR_AHBP) >> 16; in stm32_ltdc_set_layer1()288 tmp = readl(regs + LTDC_BPCR) & BPCR_AVBP; in stm32_ltdc_set_layer1()
67 #define LTDC_BPCR 0x000C /* Back Porch Configuration */ macro990 regmap_update_bits(ldev->regmap, LTDC_BPCR, BPCR_AVBP | BPCR_AHBP, val); in ltdc_crtc_mode_set_nofb()1090 regmap_read(ldev->regmap, LTDC_BPCR, &vactive_start); in ltdc_crtc_get_scanout_position()1293 regmap_read(ldev->regmap, LTDC_BPCR, &bpcr); in ltdc_plane_atomic_update()