Home
last modified time | relevance | path

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

/openbmc/linux/drivers/auxdisplay/
H A Dlcd2s.c47 #define LCD2S_CHARACTER_SIZE 8 macro
229 u8 buf[LCD2S_CHARACTER_SIZE + 2] = { LCD2S_CMD_DEF_CUSTOM_CHAR }; in lcd2s_redefine_char()
245 while (*esc && i < LCD2S_CHARACTER_SIZE + 2) { in lcd2s_redefine_char()