Home
last modified time | relevance | path

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

/Linux-v5.4/sound/pci/mixart/
Dmixart.h49 #define MSG_FIFO_SIZE 16 macro
69 u32 msg_fifo[MSG_FIFO_SIZE];
Dmixart_core.c341 mgr->msg_fifo_readptr %= MSG_FIFO_SIZE; in snd_mixart_process_msg()
542 mgr->msg_fifo_writeptr %= MSG_FIFO_SIZE; in snd_mixart_threaded_irq()
/Linux-v5.4/drivers/staging/pi433/
Dpi433_if.c50 #define MSG_FIFO_SIZE 65536 /* 65536 = 2^16 */ macro
81 STRUCT_KFIFO_REC_1(MSG_FIFO_SIZE) tx_fifo;