APB1_LOG_SIZE
if (count > APB1_LOG_SIZE)
count = APB1_LOG_SIZE;
DECLARE_KFIFO(apb_log_fifo, char, APB1_LOG_SIZE);