Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfc_pci.h167 #define B_FIFO_SIZE (0x2000 - B_SUB_VAL) macro
200 u_char txdat_b1[B_FIFO_SIZE];
203 u_char txdat_b2[B_FIFO_SIZE];
205 u_char rxdat_b1[B_FIFO_SIZE];
208 u_char rxdat_b2[B_FIFO_SIZE];
H A Dhfcpci.c404 if (new_z2 >= (B_FIFO_SIZE + B_SUB_VAL)) in hfcpci_empty_bfifo()
405 new_z2 -= B_FIFO_SIZE; /* buffer wrap */ in hfcpci_empty_bfifo()
429 maxlen = B_FIFO_SIZE + B_SUB_VAL - in hfcpci_empty_bfifo()
553 if (new_z2 >= (B_FIFO_SIZE + B_SUB_VAL)) in hfcpci_empty_fifo_trans()
554 new_z2 -= B_FIFO_SIZE; /* buffer wrap */ in hfcpci_empty_fifo_trans()
558 fcnt_tx += B_FIFO_SIZE; in hfcpci_empty_fifo_trans()
560 fcnt_tx = B_FIFO_SIZE - fcnt_tx; in hfcpci_empty_fifo_trans()
628 rcnt += B_FIFO_SIZE; in main_rec_hfcpci()
776 fcnt += B_FIFO_SIZE; in hfcpci_fill_fifo()
804 fcnt = B_FIFO_SIZE - fcnt; in hfcpci_fill_fifo()
[all …]