Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/stm32/
H A Dstm32_ltdc.c35 #define LTDC_TWCR 0x14 /* Total Width Configuration */ macro
244 clrsetbits_le32(regs + LTDC_TWCR, TWCR_TOTALH | TWCR_TOTALW, val); in stm32_ltdc_set_mode()
/openbmc/linux/drivers/gpu/drm/stm/
H A Dltdc.c68 #define LTDC_TWCR 0x0014 /* Total Width Configuration */ macro
997 regmap_update_bits(ldev->regmap, LTDC_TWCR, TWCR_TOTALH | TWCR_TOTALW, val); in ltdc_crtc_mode_set_nofb()
1093 regmap_read(ldev->regmap, LTDC_TWCR, &vtotal); in ltdc_crtc_get_scanout_position()