Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/mixart/
Dmixart.h62 #define MSG_FIFO_SIZE 16 macro
82 u32 msg_fifo[MSG_FIFO_SIZE];
Dmixart_core.c354 mgr->msg_fifo_readptr %= MSG_FIFO_SIZE; in snd_mixart_process_msg()
555 mgr->msg_fifo_writeptr %= MSG_FIFO_SIZE; in snd_mixart_threaded_irq()
/Linux-v4.19/drivers/staging/pi433/
Dpi433_if.c60 #define MSG_FIFO_SIZE 65536 /* 65536 = 2^16 */ macro
91 STRUCT_KFIFO_REC_1(MSG_FIFO_SIZE) tx_fifo;