Searched refs:z2r (Results 1 – 1 of 1) sorted by relevance
539 __le16 *z1r, *z2r, *z1t, *z2t; in hfcpci_empty_fifo_trans() local544 z2r = z1r + 1; in hfcpci_empty_fifo_trans()548 fcnt_rx = le16_to_cpu(*z1r) - le16_to_cpu(*z2r); in hfcpci_empty_fifo_trans()554 new_z2 = le16_to_cpu(*z2r) + fcnt_rx; /* new position in fifo */ in hfcpci_empty_fifo_trans()567 *z2r = cpu_to_le16(new_z2); in hfcpci_empty_fifo_trans()575 if (le16_to_cpu(*z2r) + fcnt_rx <= B_FIFO_SIZE + B_SUB_VAL) in hfcpci_empty_fifo_trans()578 maxlen = B_FIFO_SIZE + B_SUB_VAL - le16_to_cpu(*z2r); in hfcpci_empty_fifo_trans()581 ptr1 = bdata + (le16_to_cpu(*z2r) - B_SUB_VAL); in hfcpci_empty_fifo_trans()593 *z2r = cpu_to_le16(new_z2); /* new position */ in hfcpci_empty_fifo_trans()