Searched refs:z1r (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
553 z1r = &rxbz->za[MAX_B_FRAMES].z1; /* pointer to z reg */
554 z2r = z1r + 1;
558 fcnt_rx = le16_to_cpu(*z1r) - le16_to_cpu(*z2r);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhfc_pci.c400 unsigned short *z1r, *z2r; local
405 z1r = &bz->za[MAX_B_FRAMES].z1; /* pointer to z reg */
406 z2r = z1r + 1;
408 if (!(fcnt = *z1r - *z2r))

Completed in 55 milliseconds