Home
last modified time | relevance | path

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

/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c537 __le16 *z1r, *z2r, *z1t, *z2t; in hfcpci_empty_fifo_trans() local
543 z1t = &txbz->za[MAX_B_FRAMES].z1; in hfcpci_empty_fifo_trans()
544 z2t = z1t + 1; in hfcpci_empty_fifo_trans()
747 __le16 *z1t, *z2t; in hfcpci_fill_fifo() local
768 z1t = &bz->za[MAX_B_FRAMES].z1; in hfcpci_fill_fifo()
769 z2t = z1t + 1; in hfcpci_fill_fifo()
773 le16_to_cpu(*z1t), le16_to_cpu(*z2t)); in hfcpci_fill_fifo()
774 fcnt = le16_to_cpu(*z2t) - le16_to_cpu(*z1t); in hfcpci_fill_fifo()
781 new_z1 = le16_to_cpu(*z1t) + count; in hfcpci_fill_fifo()
815 new_z1 = le16_to_cpu(*z1t) + count; in hfcpci_fill_fifo()
[all …]