Home
last modified time | relevance | path

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

/dports/sysutils/u-boot-utilite/u-boot-2015.07/board/a4m072/
H A Da4m072.c253 #define DISPLAY_BUF_SIZE 2 macro
254 static u8 display_buf[DISPLAY_BUF_SIZE];
372 if (display_putc_pos >= DISPLAY_BUF_SIZE) in display_putc()