Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dseq_buf.c239 #define MAX_MEMHEX_BYTES 8U macro
240 #define HEX_CHARS (MAX_MEMHEX_BYTES*2 + 1)
264 BUILD_BUG_ON(MAX_MEMHEX_BYTES * 2 >= HEX_CHARS);
267 start_len = min(len, MAX_MEMHEX_BYTES);