Home
last modified time | relevance | path

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

/openbmc/linux/drivers/greybus/
H A Des2.c44 #define APB1_LOG_SIZE SZ_16K macro
117 DECLARE_KFIFO(apb_log_fifo, char, APB1_LOG_SIZE);
1120 if (count > APB1_LOG_SIZE) in apb_log_read()
1121 count = APB1_LOG_SIZE; in apb_log_read()