Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/isdn/hardware/mISDN/
Dw6692.h190 #define W_B_FIFO_THRESH 64 macro
Dw6692.c513 count = W_B_FIFO_THRESH; in W6692_fill_Bfifo()
521 if (count > W_B_FIFO_THRESH) in W6692_fill_Bfifo()
522 count = W_B_FIFO_THRESH; in W6692_fill_Bfifo()
708 (W_B_FIFO_THRESH - 1); in W6692B_interrupt()
710 count = W_B_FIFO_THRESH; in W6692B_interrupt()
727 W6692_empty_Bfifo(wch, W_B_FIFO_THRESH); in W6692B_interrupt()
1314 W_B_FIFO_THRESH); in setup_instance()
/Linux-v4.19/drivers/isdn/hisax/
Dw6692.h184 #define W_B_FIFO_THRESH 64 macro
Dw6692.c245 if (bcs->tx_skb->len > W_B_FIFO_THRESH) { in W6692B_fill_fifo()
247 count = W_B_FIFO_THRESH; in W6692B_fill_fifo()
301 count = cs->BC_Read_Reg(cs, bchan, W_B_RBCL) & (W_B_FIFO_THRESH - 1); in W6692B_interrupt()
303 count = W_B_FIFO_THRESH; in W6692B_interrupt()
322 W6692B_empty_fifo(bcs, W_B_FIFO_THRESH); in W6692B_interrupt()
333 if (!(skb = dev_alloc_skb(W_B_FIFO_THRESH))) in W6692B_interrupt()
337 W_B_FIFO_THRESH); in W6692B_interrupt()