FIFO_SIZE         474 drivers/ata/pata_arasan_cf.c 			dma_len = min(xfer_cnt, FIFO_SIZE);
FIFO_SIZE          38 drivers/block/ps3vram.c #define CACHE_PAGE_COUNT ((XDR_BUF_SIZE - FIFO_SIZE) / CACHE_PAGE_SIZE)
FIFO_SIZE         221 drivers/block/ps3vram.c 	    FIFO_SIZE - 1024) {
FIFO_SIZE         305 drivers/i2c/busses/i2c-axxia.c 	size_t tx_fifo_avail = FIFO_SIZE - readl(idev->base + MST_TX_FIFO);
FIFO_SIZE         608 drivers/i2c/busses/i2c-axxia.c 	       msgs[0].len > 0 && msgs[0].len <= FIFO_SIZE &&
FIFO_SIZE         188 drivers/i2c/busses/i2c-sh7760.c 			len = (msg->len >= FIFO_SIZE) ? FIFO_SIZE - 1
FIFO_SIZE         208 drivers/i2c/busses/i2c-sh7760.c 			while (msg->len && (IN32(id, I2CTFDR) < FIFO_SIZE)) {
FIFO_SIZE         217 drivers/i2c/busses/i2c-sh7760.c 				len = (msg->len >= FIFO_SIZE) ? 2 : 0;
FIFO_SIZE         251 drivers/i2c/busses/i2c-sh7760.c 	if (id->msg->len >= FIFO_SIZE)
FIFO_SIZE         252 drivers/i2c/busses/i2c-sh7760.c 		len = FIFO_SIZE - 1;	/* trigger at fifo full */
FIFO_SIZE         277 drivers/i2c/busses/i2c-sh7760.c 	if (id->msg->len >= FIFO_SIZE)
FIFO_SIZE         285 drivers/i2c/busses/i2c-sh7760.c 	while (id->msg->len && IN32(id, I2CTFDR) < FIFO_SIZE) {
FIFO_SIZE         134 drivers/media/pci/netup_unidvb/netup_unidvb_i2c.c 	u32 fifo_space = FIFO_SIZE -
FIFO_SIZE          92 drivers/mmc/core/sdio_uart.c 	if (kfifo_alloc(&port->xmit_fifo, FIFO_SIZE, GFP_KERNEL))
FIFO_SIZE         803 drivers/mmc/core/sdio_uart.c 	return FIFO_SIZE - kfifo_len(&port->xmit_fifo);
FIFO_SIZE         401 drivers/net/ethernet/ec_bhf.c 				   FIFO_SIZE * sizeof(struct rx_desc));
FIFO_SIZE         409 drivers/net/ethernet/ec_bhf.c 				   FIFO_SIZE * sizeof(struct tx_desc));
FIFO_SIZE         153 drivers/net/ethernet/tehuti/tehuti.c 	u16 memsz = FIFO_SIZE * (1 << fsz_type);
FIFO_SIZE        1427 drivers/net/ethernet/tehuti/tehuti.c 	int memsz = FIFO_SIZE * (1 << (sz_type + 1));
FIFO_SIZE        2244 drivers/net/ethernet/tehuti/tehuti.c 	return (FIFO_SIZE * (1 << rx_size)) / sizeof(struct rxf_desc);
FIFO_SIZE        2250 drivers/net/ethernet/tehuti/tehuti.c 	return (FIFO_SIZE * (1 << tx_size)) / BDX_TXF_DESC_SZ;
FIFO_SIZE          75 drivers/spi/spi-st-ssc4.c 	if (spi_st->words_remaining > FIFO_SIZE)
FIFO_SIZE          76 drivers/spi/spi-st-ssc4.c 		count = FIFO_SIZE;
FIFO_SIZE          99 drivers/spi/spi-st-ssc4.c 	if (spi_st->words_remaining > FIFO_SIZE)
FIFO_SIZE         100 drivers/spi/spi-st-ssc4.c 		count = FIFO_SIZE;
FIFO_SIZE         343 drivers/staging/comedi/drivers/das1800.c 	unsigned int nsamples = comedi_nsamples_left(s, FIFO_SIZE / 2);
FIFO_SIZE        1232 drivers/staging/comedi/drivers/das1800.c 	devpriv->fifo_buf = kmalloc_array(FIFO_SIZE,
FIFO_SIZE         121 drivers/staging/pi433/pi433_if.c 		device->free_in_fifo = FIFO_SIZE;
FIFO_SIZE         141 drivers/staging/pi433/pi433_if.c 		device->free_in_fifo = FIFO_SIZE;
FIFO_SIZE         146 drivers/staging/pi433/pi433_if.c 			device->free_in_fifo = FIFO_SIZE - FIFO_THRESHOLD - 1;
FIFO_SIZE         384 drivers/staging/pi433/pi433_if.c 	retval = rf69_set_fifo_threshold(dev->spi, FIFO_SIZE - FIFO_THRESHOLD);
FIFO_SIZE         424 drivers/staging/pi433/pi433_if.c 	dev->free_in_fifo = FIFO_SIZE;
FIFO_SIZE         478 drivers/staging/pi433/pi433_if.c 						  dev->free_in_fifo < FIFO_SIZE);
FIFO_SIZE         499 drivers/staging/pi433/pi433_if.c 						  dev->free_in_fifo < FIFO_SIZE);
FIFO_SIZE         512 drivers/staging/pi433/pi433_if.c 							  dev->free_in_fifo < FIFO_SIZE);
FIFO_SIZE         525 drivers/staging/pi433/pi433_if.c 		if (bytes_to_read > FIFO_SIZE - dev->free_in_fifo)
FIFO_SIZE         526 drivers/staging/pi433/pi433_if.c 			bytes_to_read = FIFO_SIZE - dev->free_in_fifo;
FIFO_SIZE         701 drivers/staging/pi433/pi433_if.c 		device->free_in_fifo = FIFO_SIZE;
FIFO_SIZE         736 drivers/staging/pi433/pi433_if.c 					 device->free_in_fifo == FIFO_SIZE ||
FIFO_SIZE        1334 drivers/staging/pi433/pi433_if.c 	if (MAX_MSG_SIZE < FIFO_SIZE)
FIFO_SIZE         844 drivers/staging/pi433/rf69.c 	u8 local_buffer[FIFO_SIZE + 1];
FIFO_SIZE         847 drivers/staging/pi433/rf69.c 	if (size > FIFO_SIZE) {
FIFO_SIZE         877 drivers/staging/pi433/rf69.c 	u8 local_buffer[FIFO_SIZE + 1];
FIFO_SIZE         879 drivers/staging/pi433/rf69.c 	if (size > FIFO_SIZE) {
FIFO_SIZE         434 drivers/tty/serial/rp2.c 	u16 max_tx = FIFO_SIZE - readw(up->base + RP2_TX_FIFO_COUNT);
FIFO_SIZE         699 drivers/tty/serial/rp2.c 		p->fifosize = FIFO_SIZE;
FIFO_SIZE         272 drivers/usb/gadget/udc/dummy_hcd.c 	u8				fifo_buf[FIFO_SIZE];
FIFO_SIZE         721 drivers/usb/gadget/udc/dummy_hcd.c 			_req->length <= FIFO_SIZE) {
FIFO_SIZE          42 samples/kfifo/bytestream-example.c static DECLARE_KFIFO(test, unsigned char, FIFO_SIZE);
FIFO_SIZE          45 samples/kfifo/bytestream-example.c static const unsigned char expected_result[FIFO_SIZE] = {
FIFO_SIZE         157 samples/kfifo/bytestream-example.c 	ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL);
FIFO_SIZE          30 samples/kfifo/dma-example.c 	if (kfifo_alloc(&fifo, FIFO_SIZE, GFP_KERNEL)) {
FIFO_SIZE          63 samples/kfifo/dma-example.c 	nents = kfifo_dma_in_prepare(&fifo, sg, ARRAY_SIZE(sg), FIFO_SIZE);
FIFO_SIZE          42 samples/kfifo/inttype-example.c static DEFINE_KFIFO(test, int, FIFO_SIZE);
FIFO_SIZE          45 samples/kfifo/inttype-example.c static const int expected_result[FIFO_SIZE] = {
FIFO_SIZE         150 samples/kfifo/inttype-example.c 	ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL);
FIFO_SIZE          51 samples/kfifo/record-example.c typedef STRUCT_KFIFO_REC_1(FIFO_SIZE) mytest;
FIFO_SIZE         164 samples/kfifo/record-example.c 	ret = kfifo_alloc(&test, FIFO_SIZE, GFP_KERNEL);
FIFO_SIZE         164 sound/pci/au88x0/au8810.h #define 	FIFO_MASK	(FIFO_SIZE-1)	//0x1f    /* at shift left 0xc */
FIFO_SIZE         155 sound/pci/au88x0/au8820.h #define 	FIFO_MASK	(FIFO_SIZE-1)	//0x1f    /* at shift left 0xc */
FIFO_SIZE         184 sound/pci/au88x0/au8830.h #define 	FIFO_MASK	(FIFO_SIZE-1)	//0x3f    /* at shift left 0xc */
FIFO_SIZE         778 sound/pci/au88x0/au88x0_core.c 	vortex_fifo_clearadbdata(vortex, fifo, FIFO_SIZE);
FIFO_SIZE         822 sound/pci/au88x0/au88x0_core.c 			vortex_fifo_clearadbdata(vortex, fifo, FIFO_SIZE);	// this_4
FIFO_SIZE         860 sound/pci/au88x0/au88x0_core.c 			vortex_fifo_clearadbdata(vortex, fifo, FIFO_SIZE);
FIFO_SIZE         879 sound/pci/au88x0/au88x0_core.c 	vortex_fifo_clearwtdata(vortex, fifo, FIFO_SIZE);
FIFO_SIZE         915 sound/pci/au88x0/au88x0_core.c 			vortex_fifo_clearwtdata(vortex, fifo, FIFO_SIZE);	// this_4
FIFO_SIZE         953 sound/pci/au88x0/au88x0_core.c 			vortex_fifo_clearwtdata(vortex, fifo, FIFO_SIZE);
FIFO_SIZE        1035 sound/pci/au88x0/au88x0_core.c 		vortex_fifo_clearadbdata(vortex, x, FIFO_SIZE);
FIFO_SIZE        1048 sound/pci/au88x0/au88x0_core.c 		vortex_fifo_clearwtdata(vortex, x, FIFO_SIZE);
FIFO_SIZE         256 sound/soc/amd/raven/acp3x-pcm-dma.c 		rv_writel(FIFO_SIZE, rtd->acp3x_base + mmACP_BT_TX_FIFOSIZE);
FIFO_SIZE         270 sound/soc/amd/raven/acp3x-pcm-dma.c 		rv_writel(FIFO_SIZE, rtd->acp3x_base + mmACP_BT_RX_FIFOSIZE);