Searched refs:APB1_LOG_SIZE (Results 1 – 1 of 1) sorted by relevance
45 #define APB1_LOG_SIZE SZ_16K macro118 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()