Home
last modified time | relevance | path

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

/u-boot/board/gdsys/common/
A Dosd.c32 #define MAX_Y_CHARS 26 macro
470 !y || (y > 32) || (y > MAX_Y_CHARS)) { in osd_size()
503 ") size_y(max. " __stringify(MAX_Y_CHARS) ")\n"
/u-boot/drivers/video/
A Dihs_video_out.c21 static const uint MAX_Y_CHARS = 26; variable
187 !row || row > MAX_VIDEOMEM_HEIGHT || row > MAX_Y_CHARS) { in ihs_video_out_set_size()

Completed in 4 milliseconds