Lines Matching refs:z1t
537 __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()
556 fcnt_tx = le16_to_cpu(*z2t) - le16_to_cpu(*z1t); 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()
785 dst = bdata + (le16_to_cpu(*z1t) - B_SUB_VAL); in hfcpci_fill_fifo()
786 maxlen = (B_FIFO_SIZE + B_SUB_VAL) - le16_to_cpu(*z1t); in hfcpci_fill_fifo()
800 *z1t = cpu_to_le16(new_z1); /* now send data */ in hfcpci_fill_fifo()
815 new_z1 = le16_to_cpu(*z1t) + count; in hfcpci_fill_fifo()
821 dst = bdata + (le16_to_cpu(*z1t) - B_SUB_VAL); in hfcpci_fill_fifo()
822 maxlen = (B_FIFO_SIZE + B_SUB_VAL) - le16_to_cpu(*z1t); in hfcpci_fill_fifo()
839 *z1t = cpu_to_le16(new_z1); /* now send data */ in hfcpci_fill_fifo()