Searched refs:COLUMN_SIZE (Results 1 - 2 of 2) sorted by relevance

/u-boot/cmd/
H A Dmux.c19 #define COLUMN_SIZE 16 macro
23 * trailing whitespace, will always be COLUMN_SIZE.
26 char buf[COLUMN_SIZE + 1]; \
27 snprintf(buf, COLUMN_SIZE + 1, fmt, ##args); \
28 printf("%-*s", COLUMN_SIZE, buf); \
/u-boot/board/freescale/mx28evk/
H A Diomux.c190 #define COLUMN_SIZE 0x2 macro
194 #define HW_DRAM_CTL29_CONFIG (CS_MAP << 24 | COLUMN_SIZE << 16 | \

Completed in 111 milliseconds