Searched refs:z1t (Results 1 – 2 of 2) sorted by relevance
549 __le16 *z1r, *z2r, *z1t, *z2t; in hfcpci_empty_fifo_trans() local555 z1t = &txbz->za[MAX_B_FRAMES].z1; in hfcpci_empty_fifo_trans()556 z2t = z1t + 1; in hfcpci_empty_fifo_trans()573 fcnt_tx = le16_to_cpu(*z2t) - le16_to_cpu(*z1t); in hfcpci_empty_fifo_trans()759 __le16 *z1t, *z2t; in hfcpci_fill_fifo() local775 z1t = &bz->za[MAX_B_FRAMES].z1; in hfcpci_fill_fifo()776 z2t = z1t + 1; in hfcpci_fill_fifo()780 le16_to_cpu(*z1t), le16_to_cpu(*z2t)); in hfcpci_fill_fifo()781 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()[all …]
596 unsigned short *z1t, *z2t; in hfcpci_fill_fifo() local612 z1t = &bz->za[MAX_B_FRAMES].z1; in hfcpci_fill_fifo()613 z2t = z1t + 1; in hfcpci_fill_fifo()616 bcs->channel, *z1t, *z2t); in hfcpci_fill_fifo()617 fcnt = *z2t - *z1t; in hfcpci_fill_fifo()627 new_z1 = *z1t + count; /* new buffer Position */ in hfcpci_fill_fifo()631 dst = bdata + (*z1t - B_SUB_VAL); in hfcpci_fill_fifo()632 maxlen = (B_FIFO_SIZE + B_SUB_VAL) - *z1t; /* end of fifo */ in hfcpci_fill_fifo()645 *z1t = new_z1; /* now send data */ in hfcpci_fill_fifo()