Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dlcd.c94 #define N_BLK_HOR 3 macro
96 static int test_colors[N_BLK_HOR * N_BLK_VERT] = {
103 #define N_BLK_HOR 4 macro
105 static int test_colors[N_BLK_HOR * N_BLK_VERT] = {
116 ushort h_step = (h_max + N_BLK_HOR - 1) / N_BLK_HOR; in test_pattern()
130 uchar ix = N_BLK_HOR * iy + h / h_step; in test_pattern()