Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dlcd.c114 ushort h_max = panel_info.vl_col; in test_pattern() local
116 ushort h_step = (h_max + N_BLK_HOR - 1) / N_BLK_HOR; in test_pattern()
125 h_max, v_max, h_step, v_step); in test_pattern()
129 for (h = 0; h < h_max; ++h) { in test_pattern()