Lines Matching refs:z1t
550 __le16 *z1r, *z2r, *z1t, *z2t; in hfcpci_empty_fifo_trans() local
556 z1t = &txbz->za[MAX_B_FRAMES].z1; in hfcpci_empty_fifo_trans()
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
782 z1t = &bz->za[MAX_B_FRAMES].z1; in hfcpci_fill_fifo()
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()
795 new_z1 = le16_to_cpu(*z1t) + count; in hfcpci_fill_fifo()
799 dst = bdata + (le16_to_cpu(*z1t) - B_SUB_VAL); in hfcpci_fill_fifo()
800 maxlen = (B_FIFO_SIZE + B_SUB_VAL) - le16_to_cpu(*z1t); in hfcpci_fill_fifo()
814 *z1t = cpu_to_le16(new_z1); /* now send data */ in hfcpci_fill_fifo()
829 new_z1 = le16_to_cpu(*z1t) + count; in hfcpci_fill_fifo()
835 dst = bdata + (le16_to_cpu(*z1t) - B_SUB_VAL); in hfcpci_fill_fifo()
836 maxlen = (B_FIFO_SIZE + B_SUB_VAL) - le16_to_cpu(*z1t); in hfcpci_fill_fifo()
853 *z1t = cpu_to_le16(new_z1); /* now send data */ in hfcpci_fill_fifo()