Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/hisax/
Dhfc_pci.c523 u_char *src, *dst, new_f1; in hfcpci_fill_dfifo() local
562 new_f1 = ((df->f1 + 1) & D_FREG_MASK) | (D_FREG_MASK + 1); in hfcpci_fill_dfifo()
576 df->za[new_f1 & D_FREG_MASK].z1 = new_z1; /* for next buffer */ in hfcpci_fill_dfifo()
578 df->f1 = new_f1; /* next frame */ in hfcpci_fill_dfifo()
595 u_char new_f1, *src, *dst; in hfcpci_fill_fifo() local
698 new_f1 = ((bz->f1 + 1) & MAX_B_FRAMES); in hfcpci_fill_fifo()
722 bz->za[new_f1].z1 = new_z1; /* for next buffer */ in hfcpci_fill_fifo()
723 bz->f1 = new_f1; /* next frame */ in hfcpci_fill_fifo()
/linux-4.1.27/drivers/isdn/hardware/mISDN/
Dhfcpci.c681 u_char *src, *dst, new_f1; in hfcpci_fill_dfifo() local
725 new_f1 = ((df->f1 + 1) & D_FREG_MASK) | (D_FREG_MASK + 1); in hfcpci_fill_dfifo()
740 df->za[new_f1 & D_FREG_MASK].z1 = cpu_to_le16(new_z1); in hfcpci_fill_dfifo()
744 df->f1 = new_f1; /* next frame */ in hfcpci_fill_dfifo()
759 u_char new_f1, *src, *dst; in hfcpci_fill_fifo() local
894 new_f1 = ((bz->f1 + 1) & MAX_B_FRAMES); in hfcpci_fill_fifo()
909 bz->za[new_f1].z1 = cpu_to_le16(new_z1); /* for next buffer */ in hfcpci_fill_fifo()
910 bz->f1 = new_f1; /* next frame */ in hfcpci_fill_fifo()