Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/chrome/wilco_ec/
H A Ddebugfs.c42 * If an individual "word" within the hex sentence is longer than MAX_WORD_SIZE,
54 #define MAX_WORD_SIZE 16 in parse_hex_sentence() macro
55 char tmp[MAX_WORD_SIZE + 1]; in parse_hex_sentence()
73 if (word_len > MAX_WORD_SIZE) in parse_hex_sentence()
/kernel/linux/linux-6.6/drivers/platform/chrome/wilco_ec/
H A Ddebugfs.c42 * If an individual "word" within the hex sentence is longer than MAX_WORD_SIZE,
54 #define MAX_WORD_SIZE 16 in parse_hex_sentence() macro
55 char tmp[MAX_WORD_SIZE + 1]; in parse_hex_sentence()
73 if (word_len > MAX_WORD_SIZE) in parse_hex_sentence()

Completed in 2 milliseconds