Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/mISDN/
Dhfcpci.c550 __le16 *z1r, *z2r, *z1t, *z2t; in hfcpci_empty_fifo_trans() local
557 z2t = z1t + 1; in hfcpci_empty_fifo_trans()
569 fcnt_tx = le16_to_cpu(*z2t) - le16_to_cpu(*z1t); in hfcpci_empty_fifo_trans()
761 __le16 *z1t, *z2t; in hfcpci_fill_fifo() local
783 z2t = z1t + 1; in hfcpci_fill_fifo()
787 le16_to_cpu(*z1t), le16_to_cpu(*z2t)); in hfcpci_fill_fifo()
788 fcnt = le16_to_cpu(*z2t) - le16_to_cpu(*z1t); in hfcpci_fill_fifo()
/linux-4.19.296/drivers/isdn/hisax/
Dhfc_pci.c597 unsigned short *z1t, *z2t; in hfcpci_fill_fifo() local
614 z2t = z1t + 1; in hfcpci_fill_fifo()
617 bcs->channel, *z1t, *z2t); in hfcpci_fill_fifo()
618 fcnt = *z2t - *z1t; in hfcpci_fill_fifo()