Home
last modified time | relevance | path

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

/external/u-boot/common/
Dlcd.c93 #define N_BLK_VERT 2 macro
96 static int test_colors[N_BLK_HOR * N_BLK_VERT] = {
102 #define N_BLK_VERT 2 macro
105 static int test_colors[N_BLK_HOR * N_BLK_VERT] = {
115 ushort v_step = (v_max + N_BLK_VERT - 1) / N_BLK_VERT; in test_pattern()