Searched refs:new_z2 (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hisax/
H A Dhfc_pci.c276 int total, maxlen, new_z2; local
282 new_z2 = zp->z2 + count; /* new position in fifo */
283 if (new_z2 >= (B_FIFO_SIZE + B_SUB_VAL))
284 new_z2 -= B_FIFO_SIZE; /* buffer wrap */
293 bz->za[new_f2].z2 = new_z2;
317 bz->za[new_f2].z2 = new_z2;
401 int new_z2, fcnt, maxlen; local
416 new_z2 = *z2r + fcnt; /* new position in fifo */
417 if (new_z2 >= (B_FIFO_SIZE + B_SUB_VAL))
418 new_z2
837 int total, maxlen, new_z2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhfc_pci.c276 int total, maxlen, new_z2; local
282 new_z2 = zp->z2 + count; /* new position in fifo */
283 if (new_z2 >= (B_FIFO_SIZE + B_SUB_VAL))
284 new_z2 -= B_FIFO_SIZE; /* buffer wrap */
293 bz->za[new_f2].z2 = new_z2;
317 bz->za[new_f2].z2 = new_z2;
401 int new_z2, fcnt, maxlen; local
416 new_z2 = *z2r + fcnt; /* new position in fifo */
417 if (new_z2 >= (B_FIFO_SIZE + B_SUB_VAL))
418 new_z2
837 int total, maxlen, new_z2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c408 int total, maxlen, new_z2; local
414 new_z2 = le16_to_cpu(zp->z2) + count; /* new position in fifo */
415 if (new_z2 >= (B_FIFO_SIZE + B_SUB_VAL))
416 new_z2 -= B_FIFO_SIZE; /* buffer wrap */
426 bz->za[new_f2].z2 = cpu_to_le16(new_z2);
454 bz->za[new_f2].z2 = cpu_to_le16(new_z2);
550 int new_z2, fcnt_rx, fcnt_tx, maxlen; local
564 new_z2 = le16_to_cpu(*z2r) + fcnt_rx; /* new position in fifo */
565 if (new_z2 >= (B_FIFO_SIZE + B_SUB_VAL))
566 new_z2
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c408 int total, maxlen, new_z2; local
414 new_z2 = le16_to_cpu(zp->z2) + count; /* new position in fifo */
415 if (new_z2 >= (B_FIFO_SIZE + B_SUB_VAL))
416 new_z2 -= B_FIFO_SIZE; /* buffer wrap */
426 bz->za[new_f2].z2 = cpu_to_le16(new_z2);
454 bz->za[new_f2].z2 = cpu_to_le16(new_z2);
550 int new_z2, fcnt_rx, fcnt_tx, maxlen; local
564 new_z2 = le16_to_cpu(*z2r) + fcnt_rx; /* new position in fifo */
565 if (new_z2 >= (B_FIFO_SIZE + B_SUB_VAL))
566 new_z2
[all...]

Completed in 178 milliseconds