Home
last modified time | relevance | path

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

/openbmc/u-boot/common/
H A Dlcd.c92 #define N_BLK_VERT 2 macro
95 static int test_colors[N_BLK_HOR * N_BLK_VERT] = {
101 #define N_BLK_VERT 2 macro
104 static int test_colors[N_BLK_HOR * N_BLK_VERT] = {
114 ushort v_step = (v_max + N_BLK_VERT - 1) / N_BLK_VERT; in test_pattern()