Searched refs:new_z1 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
H A D | hfcpci.c | 666 int count, new_z1, maxlen; in hfcpci_fill_dfifo() local 710 new_z1 = (le16_to_cpu(df->za[df->f1 & D_FREG_MASK].z1) + count) & in hfcpci_fill_dfifo() 727 df->za[new_f1 & D_FREG_MASK].z1 = cpu_to_le16(new_z1); in hfcpci_fill_dfifo() 729 df->za[df->f1 & D_FREG_MASK].z1 = cpu_to_le16(new_z1); in hfcpci_fill_dfifo() 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() 784 new_z1 -= B_FIFO_SIZE; /* buffer wrap */ in hfcpci_fill_fifo() 791 fcnt, maxlen, new_z1, dst); in hfcpci_fill_fifo() 800 *z1t = cpu_to_le16(new_z1); /* no in hfcpci_fill_fifo() [all...] |
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/ |
H A D | hfcpci.c | 666 int count, new_z1, maxlen; in hfcpci_fill_dfifo() local 710 new_z1 = (le16_to_cpu(df->za[df->f1 & D_FREG_MASK].z1) + count) & in hfcpci_fill_dfifo() 727 df->za[new_f1 & D_FREG_MASK].z1 = cpu_to_le16(new_z1); in hfcpci_fill_dfifo() 729 df->za[df->f1 & D_FREG_MASK].z1 = cpu_to_le16(new_z1); in hfcpci_fill_dfifo() 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() 784 new_z1 -= B_FIFO_SIZE; /* buffer wrap */ in hfcpci_fill_fifo() 791 fcnt, maxlen, new_z1, dst); in hfcpci_fill_fifo() 800 *z1t = cpu_to_le16(new_z1); /* no in hfcpci_fill_fifo() [all...] |
Completed in 4 milliseconds