Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/stm32/
H A Dstm32_ltdc.c217 u32 total_w, total_h; in stm32_ltdc_set_mode() local
227 total_w = acc_act_w + timing->hfront_porch.typ; in stm32_ltdc_set_mode()
243 val = (total_w << 16) | total_h; in stm32_ltdc_set_mode()
/openbmc/linux/drivers/video/fbdev/
H A Dpxa168fb.c559 u32 total_w, total_h, refresh; in pxa168fb_init_mode() local
581 total_w = var->xres + var->left_margin + var->right_margin + in pxa168fb_init_mode()
587 do_div(div_result, total_w * total_h * refresh); in pxa168fb_init_mode()