Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dtegra.c46 unsigned h_dda, v_dda; in update_window() local
74 v_dda = (win->h * 0x1000) / max(win->out_h - 1, 1U); in update_window()
77 val |= v_dda << V_DDA_INC_SHIFT; in update_window()