Lines Matching refs:z1t
549 __le16 *z1r, *z2r, *z1t, *z2t; in hfcpci_empty_fifo_trans() local
555 z1t = &txbz->za[MAX_B_FRAMES].z1; in hfcpci_empty_fifo_trans()
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
781 z1t = &bz->za[MAX_B_FRAMES].z1; in hfcpci_fill_fifo()
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()
794 new_z1 = le16_to_cpu(*z1t) + count; in hfcpci_fill_fifo()
798 dst = bdata + (le16_to_cpu(*z1t) - B_SUB_VAL); in hfcpci_fill_fifo()
799 maxlen = (B_FIFO_SIZE + B_SUB_VAL) - le16_to_cpu(*z1t); in hfcpci_fill_fifo()
813 *z1t = cpu_to_le16(new_z1); /* now send data */ in hfcpci_fill_fifo()
828 new_z1 = le16_to_cpu(*z1t) + count; in hfcpci_fill_fifo()
834 dst = bdata + (le16_to_cpu(*z1t) - B_SUB_VAL); in hfcpci_fill_fifo()
835 maxlen = (B_FIFO_SIZE + B_SUB_VAL) - le16_to_cpu(*z1t); in hfcpci_fill_fifo()
852 *z1t = cpu_to_le16(new_z1); /* now send data */ in hfcpci_fill_fifo()