Searched refs:msg_fifo_tail (Results 1 – 2 of 2) sorted by relevance
644 while (core->bmfifo.msg_fifo_tail != msg_fifo_head) { in handle_core_interrupt()646 &core->bmfifo.messages[core->bmfifo.msg_fifo_tail]; in handle_core_interrupt()676 core->bmfifo.msg_fifo_tail = in handle_core_interrupt()677 (core->bmfifo.msg_fifo_tail + 1) & 0xff; in handle_core_interrupt()
239 u32 msg_fifo_tail; member