Home
last modified time | relevance | path

Searched refs:W_B_FIFO_THRESH (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/isdn/hardware/mISDN/
Dw6692.h177 #define W_B_FIFO_THRESH 64 macro
Dw6692.c495 count = W_B_FIFO_THRESH; in W6692_fill_Bfifo()
503 if (count > W_B_FIFO_THRESH) in W6692_fill_Bfifo()
504 count = W_B_FIFO_THRESH; in W6692_fill_Bfifo()
689 (W_B_FIFO_THRESH - 1); in W6692B_interrupt()
691 count = W_B_FIFO_THRESH; in W6692B_interrupt()
708 W6692_empty_Bfifo(wch, W_B_FIFO_THRESH); in W6692B_interrupt()
1295 W_B_FIFO_THRESH); in setup_instance()