Searched refs:h_max (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/common/ |
H A D | lcd.c | 113 ushort h_max = panel_info.vl_col; in test_pattern() local 115 ushort h_step = (h_max + N_BLK_HOR - 1) / N_BLK_HOR; in test_pattern() 124 h_max, v_max, h_step, v_step); in test_pattern() 128 for (h = 0; h < h_max; ++h) { in test_pattern()
|
/openbmc/linux/drivers/media/platform/renesas/ |
H A D | rcar_jpu.c | 743 unsigned int h_max, unsigned int h_align) in jpu_bound_align_image() argument 752 v4l_bound_align_image(w, w_min, w_max, w_align, h, h_min, h_max, in jpu_bound_align_image() 757 if (*h < height && *h + h_step < h_max) in jpu_bound_align_image()
|