D_FIFO_SIZE       177 drivers/isdn/hardware/mISDN/hfc_pci.h 	u_char data[D_FIFO_SIZE]; /* FIFO data space */
D_FIFO_SIZE       178 drivers/isdn/hardware/mISDN/hfc_pci.h 	u_char fill1[0x20A0 - D_FIFO_SIZE]; /* reserved, do not use */
D_FIFO_SIZE       204 drivers/isdn/hardware/mISDN/hfc_pci.h 		u_char		fill2[D_FIFO_SIZE];
D_FIFO_SIZE       466 drivers/isdn/hardware/mISDN/hfcpci.c 			rcnt += D_FIFO_SIZE;
D_FIFO_SIZE       491 drivers/isdn/hardware/mISDN/hfcpci.c 					    (D_FIFO_SIZE - 1));
D_FIFO_SIZE       503 drivers/isdn/hardware/mISDN/hfcpci.c 			if (le16_to_cpu(zp->z2) + rcnt <= D_FIFO_SIZE)
D_FIFO_SIZE       506 drivers/isdn/hardware/mISDN/hfcpci.c 				maxlen = D_FIFO_SIZE - le16_to_cpu(zp->z2);
D_FIFO_SIZE       522 drivers/isdn/hardware/mISDN/hfcpci.c 									      le16_to_cpu(zp->z2) + total) & (D_FIFO_SIZE - 1));
D_FIFO_SIZE       700 drivers/isdn/hardware/mISDN/hfcpci.c 		maxlen += D_FIFO_SIZE;	/* count now contains available bytes */
D_FIFO_SIZE       711 drivers/isdn/hardware/mISDN/hfcpci.c 		(D_FIFO_SIZE - 1);
D_FIFO_SIZE       715 drivers/isdn/hardware/mISDN/hfcpci.c 	maxlen = D_FIFO_SIZE - le16_to_cpu(df->za[df->f1 & D_FREG_MASK].z1);