Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/stm32/
H A Dstm32_ltdc.c216 u32 hsync, vsync, acc_hbp, acc_vbp, acc_act_w, acc_act_h; in stm32_ltdc_set_mode() local
226 acc_act_h = acc_vbp + timing->vactive.typ; in stm32_ltdc_set_mode()
228 total_h = acc_act_h + timing->vfront_porch.typ; in stm32_ltdc_set_mode()
239 val = (acc_act_w << 16) | acc_act_h; in stm32_ltdc_set_mode()
246 setbits_le32(regs + LTDC_LIPCR, acc_act_h + 1); in stm32_ltdc_set_mode()