Searched refs:acc_act_h (Results 1 – 1 of 1) sorted by relevance
220 u32 hsync, vsync, acc_hbp, acc_vbp, acc_act_w, acc_act_h; in stm32_ltdc_set_mode() local230 acc_act_h = acc_vbp + timings->vactive.typ; in stm32_ltdc_set_mode()232 total_h = acc_act_h + timings->vfront_porch.typ; in stm32_ltdc_set_mode()243 val = (acc_act_w << 16) | acc_act_h; in stm32_ltdc_set_mode()250 setbits_le32(regs + LTDC_LIPCR, acc_act_h + 1); in stm32_ltdc_set_mode()
Completed in 4 milliseconds