Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c666 int count, new_z1, maxlen; in hfcpci_fill_dfifo() local
743 int count, new_z1; in hfcpci_fill_fifo() local
781 new_z1 = le16_to_cpu(*z1t) + count; in hfcpci_fill_fifo()
783 if (new_z1 >= (B_FIFO_SIZE + B_SUB_VAL)) in hfcpci_fill_fifo()
791 fcnt, maxlen, new_z1, dst); in hfcpci_fill_fifo()
815 new_z1 = le16_to_cpu(*z1t) + count; in hfcpci_fill_fifo()
817 if (new_z1 >= (B_FIFO_SIZE + B_SUB_VAL)) in hfcpci_fill_fifo()
818 new_z1 -= B_FIFO_SIZE; /* buffer wrap */ in hfcpci_fill_fifo()
827 fcnt, maxlen, new_z1, dst); in hfcpci_fill_fifo()
878 if (new_z1 >= (B_FIFO_SIZE + B_SUB_VAL)) in hfcpci_fill_fifo()
[all …]