Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Des2.c45 #define APB1_LOG_SIZE SZ_16K macro
118 DECLARE_KFIFO(apb_log_fifo, char, APB1_LOG_SIZE);
1126 if (count > APB1_LOG_SIZE) in apb_log_read()
1127 count = APB1_LOG_SIZE; in apb_log_read()