Searched refs:D_FIFO_SIZE (Results 1 - 7 of 7) 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 Dhfc_pci.h182 #define D_FIFO_SIZE 512 macro
191 u_char data[D_FIFO_SIZE]; /* FIFO data space */
192 u_char fill1[0x20A0-D_FIFO_SIZE]; /* reserved, do not use */
218 u_char fill2[D_FIFO_SIZE];
H A Dhfcpci.c479 rcnt += D_FIFO_SIZE;
504 (D_FIFO_SIZE - 1));
516 if (le16_to_cpu(zp->z2) + rcnt <= D_FIFO_SIZE)
519 maxlen = D_FIFO_SIZE - le16_to_cpu(zp->z2);
535 le16_to_cpu(zp->z2) + total) & (D_FIFO_SIZE - 1));
712 maxlen += D_FIFO_SIZE; /* count now contains available bytes */
723 (D_FIFO_SIZE - 1);
727 maxlen = D_FIFO_SIZE - le16_to_cpu(df->za[df->f1 & D_FREG_MASK].z1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dhfc_pci.h182 #define D_FIFO_SIZE 512 macro
191 u_char data[D_FIFO_SIZE]; /* FIFO data space */
192 u_char fill1[0x20A0-D_FIFO_SIZE]; /* reserved, do not use */
219 u_char fill2[D_FIFO_SIZE];
H A Dhfc_sx.h185 #define D_FIFO_SIZE 512 macro
H A Dipacx.c24 #define D_FIFO_SIZE 32 macro
283 if (count > D_FIFO_SIZE) {
284 count = D_FIFO_SIZE;
345 count &= D_FIFO_SIZE-1;
346 if (count == 0) count = D_FIFO_SIZE;
363 dch_empty_fifo(cs, D_FIFO_SIZE);
H A Dhfc_pci.c348 rcnt += D_FIFO_SIZE;
362 df->za[df->f2 & D_FREG_MASK].z2 = (zp->z2 + rcnt) & (D_FIFO_SIZE - 1);
368 if (zp->z2 + rcnt <= D_FIFO_SIZE)
371 maxlen = D_FIFO_SIZE - zp->z2; /* maximum */
383 df->za[df->f2 & D_FREG_MASK].z2 = (zp->z2 + total) & (D_FIFO_SIZE - 1);
550 count += D_FIFO_SIZE; /* count now contains available bytes */
561 new_z1 = (df->za[df->f1 & D_FREG_MASK].z1 + count) & (D_FIFO_SIZE - 1);
565 maxlen = D_FIFO_SIZE - df->za[df->f1 & D_FREG_MASK].z1; /* end fifo */
H A Dhfc_sx.c128 fifo_size = D_FIFO_SIZE; /* D-channel */
215 fifo_size = D_FIFO_SIZE; /* D-channel */

Completed in 121 milliseconds