Searched refs:new_z1 (Results 1 – 1 of 1) sorted by relevance
667 int count, new_z1, maxlen; in hfcpci_fill_dfifo() local744 int count, new_z1; in hfcpci_fill_fifo() local782 new_z1 = le16_to_cpu(*z1t) + count; in hfcpci_fill_fifo()784 if (new_z1 >= (B_FIFO_SIZE + B_SUB_VAL)) in hfcpci_fill_fifo()792 fcnt, maxlen, new_z1, dst); in hfcpci_fill_fifo()816 new_z1 = le16_to_cpu(*z1t) + count; in hfcpci_fill_fifo()818 if (new_z1 >= (B_FIFO_SIZE + B_SUB_VAL)) in hfcpci_fill_fifo()819 new_z1 -= B_FIFO_SIZE; /* buffer wrap */ in hfcpci_fill_fifo()828 fcnt, maxlen, new_z1, dst); in hfcpci_fill_fifo()879 if (new_z1 >= (B_FIFO_SIZE + B_SUB_VAL)) in hfcpci_fill_fifo()[all …]
Completed in 6 milliseconds