Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/hardware/mISDN/
Dhfcpci.c549 __le16 *z1r, *z2r, *z1t, *z2t; in hfcpci_empty_fifo_trans() local
556 z2t = z1t + 1; in hfcpci_empty_fifo_trans()
568 fcnt_tx = le16_to_cpu(*z2t) - le16_to_cpu(*z1t); in hfcpci_empty_fifo_trans()
760 __le16 *z1t, *z2t; in hfcpci_fill_fifo() local
782 z2t = z1t + 1; in hfcpci_fill_fifo()
786 le16_to_cpu(*z1t), le16_to_cpu(*z2t)); in hfcpci_fill_fifo()
787 fcnt = le16_to_cpu(*z2t) - le16_to_cpu(*z1t); in hfcpci_fill_fifo()
/linux-4.1.27/drivers/isdn/hisax/
Dhfc_pci.c596 unsigned short *z1t, *z2t; in hfcpci_fill_fifo() local
613 z2t = z1t + 1; in hfcpci_fill_fifo()
616 bcs->channel, *z1t, *z2t); in hfcpci_fill_fifo()
617 fcnt = *z2t - *z1t; in hfcpci_fill_fifo()