Searched refs:z1t (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c549 __le16 *z1r, *z2r, *z1t, *z2t; local
555 z1t = &txbz->za[MAX_B_FRAMES].z1;
556 z2t = z1t + 1;
573 fcnt_tx = le16_to_cpu(*z2t) - le16_to_cpu(*z1t);
759 __le16 *z1t, *z2t; local
775 z1t = &bz->za[MAX_B_FRAMES].z1;
776 z2t = z1t + 1;
780 le16_to_cpu(*z1t), le16_to_cpu(*z2t));
781 fcnt = le16_to_cpu(*z2t) - le16_to_cpu(*z1t);
794 new_z1 = le16_to_cpu(*z1t)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhfc_pci.c596 unsigned short *z1t, *z2t; local
612 z1t = &bz->za[MAX_B_FRAMES].z1;
613 z2t = z1t + 1;
616 bcs->channel, *z1t, *z2t);
617 fcnt = *z2t - *z1t;
627 new_z1 = *z1t + count; /* new buffer Position */
631 dst = bdata + (*z1t - B_SUB_VAL);
632 maxlen = (B_FIFO_SIZE + B_SUB_VAL) - *z1t; /* end of fifo */
645 *z1t = new_z1; /* now send data */

Completed in 73 milliseconds