Home
last modified time | relevance | path

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

/openbmc/u-boot/board/gdsys/common/
H A Dosd.c27 #define MAX_X_CHARS 53 macro
464 if (!x || (x > 64) || (x > MAX_X_CHARS) || in osd_size()
497 "size_x(max. " __stringify(MAX_X_CHARS)
/openbmc/u-boot/drivers/video/
H A Dihs_video_out.c19 static const uint MAX_X_CHARS = 53; variable
185 if (!col || col > MAX_VIDEOMEM_WIDTH || col > MAX_X_CHARS || in ihs_video_out_set_size()