fifo_depth       1233 drivers/block/floppy.c static int fifo_depth = 0xa;
fifo_depth       1243 drivers/block/floppy.c 	output_byte(0x10 | (no_fifo & 0x20) | (fifo_depth & 0xf));
fifo_depth       4413 drivers/block/floppy.c 	{"fifo_depth", NULL, &fifo_depth, 0xa, 0},
fifo_depth        221 drivers/i2c/busses/i2c-exynos5.c 	unsigned int		fifo_depth;
fifo_depth        226 drivers/i2c/busses/i2c-exynos5.c 	.fifo_depth	= 64,
fifo_depth        231 drivers/i2c/busses/i2c-exynos5.c 	.fifo_depth	= 16,
fifo_depth        236 drivers/i2c/busses/i2c-exynos5.c 	.fifo_depth	= 16,
fifo_depth        491 drivers/i2c/busses/i2c-exynos5.c 		len = i2c->variant->fifo_depth - fifo_level;
fifo_depth        631 drivers/i2c/busses/i2c-exynos5.c 		trig_lvl = (i2c->msg->len > i2c->variant->fifo_depth) ?
fifo_depth        632 drivers/i2c/busses/i2c-exynos5.c 			(i2c->variant->fifo_depth * 3 / 4) : i2c->msg->len;
fifo_depth        640 drivers/i2c/busses/i2c-exynos5.c 		trig_lvl = (i2c->msg->len > i2c->variant->fifo_depth) ?
fifo_depth        641 drivers/i2c/busses/i2c-exynos5.c 			(i2c->variant->fifo_depth * 1 / 4) : i2c->msg->len;
fifo_depth         31 drivers/mmc/host/dw_mmc-pci.c 	.fifo_depth			= 32,
fifo_depth        995 drivers/mmc/host/dw_mmc.c 	tx_wmark = (host->fifo_depth) / 2;
fifo_depth        996 drivers/mmc/host/dw_mmc.c 	tx_wmark_invers = host->fifo_depth - tx_wmark;
fifo_depth       1025 drivers/mmc/host/dw_mmc.c 	u32 blksz_depth, fifo_depth;
fifo_depth       1056 drivers/mmc/host/dw_mmc.c 	fifo_depth = host->fifo_depth;
fifo_depth       1058 drivers/mmc/host/dw_mmc.c 	if (blksz_depth > fifo_depth)
fifo_depth       2546 drivers/mmc/host/dw_mmc.c 	unsigned int fifo_depth = host->fifo_depth;
fifo_depth       2559 drivers/mmc/host/dw_mmc.c 			fcnt = ((fifo_depth -
fifo_depth       3109 drivers/mmc/host/dw_mmc.c 	if (device_property_read_u32(dev, "fifo-depth", &pdata->fifo_depth))
fifo_depth       3285 drivers/mmc/host/dw_mmc.c 	if (!host->pdata->fifo_depth) {
fifo_depth       3295 drivers/mmc/host/dw_mmc.c 		fifo_size = host->pdata->fifo_depth;
fifo_depth       3297 drivers/mmc/host/dw_mmc.c 	host->fifo_depth = fifo_size;
fifo_depth        212 drivers/mmc/host/dw_mmc.h 	int			fifo_depth;
fifo_depth        260 drivers/mmc/host/dw_mmc.h 	unsigned int fifo_depth;
fifo_depth         85 drivers/mtd/spi-nor/cadence-quadspi.c 	u32			fifo_depth;
fifo_depth       1149 drivers/mtd/spi-nor/cadence-quadspi.c 	if (of_property_read_u32(np, "cdns,fifo-depth", &cqspi->fifo_depth)) {
fifo_depth       1183 drivers/mtd/spi-nor/cadence-quadspi.c 	writel(cqspi->fifo_depth / 2, cqspi->iobase + CQSPI_REG_SRAMPARTITION);
fifo_depth       1190 drivers/mtd/spi-nor/cadence-quadspi.c 	writel(cqspi->fifo_depth * cqspi->fifo_width / 2,
fifo_depth       1193 drivers/mtd/spi-nor/cadence-quadspi.c 	writel(cqspi->fifo_depth * cqspi->fifo_width / 8,
fifo_depth        120 drivers/net/phy/dp83867.c 	u32 fifo_depth;
fifo_depth        276 drivers/net/phy/dp83867.c 				   &dp83867->fifo_depth);
fifo_depth        282 drivers/net/phy/dp83867.c 	if (dp83867->fifo_depth > DP83867_PHYCR_FIFO_DEPTH_MAX) {
fifo_depth        285 drivers/net/phy/dp83867.c 			   dp83867->fifo_depth);
fifo_depth        345 drivers/net/phy/dp83867.c 		val |= (dp83867->fifo_depth << DP83867_PHYCR_FIFO_DEPTH_SHIFT);
fifo_depth        254 drivers/parport/parport_ip32.c 	unsigned int			fifo_depth;
fifo_depth       1285 drivers/parport/parport_ip32.c 			count = priv->fifo_depth;
fifo_depth       1353 drivers/parport/parport_ip32.c 			count = priv->fifo_depth;
fifo_depth       1563 drivers/parport/parport_ip32.c 		for (residue = priv->fifo_depth; residue > 0; residue--) {
fifo_depth       1656 drivers/parport/parport_ip32.c 	parport_ip32_drain_fifo(p, physport->cad->timeout * priv->fifo_depth);
fifo_depth       1737 drivers/parport/parport_ip32.c 	parport_ip32_drain_fifo(p, physport->cad->timeout * priv->fifo_depth);
fifo_depth       1887 drivers/parport/parport_ip32.c 	priv->fifo_depth = 0;
fifo_depth       1891 drivers/parport/parport_ip32.c 			priv->fifo_depth = i;
fifo_depth       1900 drivers/parport/parport_ip32.c 	if (!priv->fifo_depth) {
fifo_depth       1904 drivers/parport/parport_ip32.c 	pr_probe(p, "FIFO is %u PWords deep\n", priv->fifo_depth);
fifo_depth       1912 drivers/parport/parport_ip32.c 	for (i = 0; i < priv->fifo_depth; i++) {
fifo_depth       1921 drivers/parport/parport_ip32.c 		if (i + 1 < priv->fifo_depth
fifo_depth       1952 drivers/parport/parport_ip32.c 	for (i = 0; i < priv->fifo_depth; i++) {
fifo_depth       1973 drivers/parport/parport_ip32.c 	priv->fifo_depth = 0;
fifo_depth        481 drivers/parport/parport_pc.c 	const int fifo_depth = priv->fifo_depth;
fifo_depth        544 drivers/parport/parport_pc.c 			const int n = left < fifo_depth ? left : fifo_depth;
fifo_depth        742 drivers/parport/parport_pc.c 	expire = jiffies + (priv->fifo_depth * HZ * 4);
fifo_depth        757 drivers/parport/parport_pc.c 		for (written -= priv->fifo_depth; ; written++) {
fifo_depth        838 drivers/parport/parport_pc.c 	expire = jiffies + (priv->fifo_depth * (HZ * 4));
fifo_depth        853 drivers/parport/parport_pc.c 		for (written -= priv->fifo_depth; ; written++) {
fifo_depth       1606 drivers/parport/parport_pc.c 	priv->fifo_depth = i;
fifo_depth       1613 drivers/parport/parport_pc.c 	for (i = 1; i <= priv->fifo_depth; i++) {
fifo_depth       1620 drivers/parport/parport_pc.c 	if (i <= priv->fifo_depth) {
fifo_depth       1637 drivers/parport/parport_pc.c 	for (i = 1; i <= priv->fifo_depth; i++) {
fifo_depth       1643 drivers/parport/parport_pc.c 	if (i <= priv->fifo_depth) {
fifo_depth       2077 drivers/parport/parport_pc.c 	priv->fifo_depth = 0;
fifo_depth       2138 drivers/parport/parport_pc.c 	    priv->fifo_depth > 0 && p->irq != PARPORT_IRQ_NONE) {
fifo_depth        130 drivers/spi/spi-omap2-mcspi.c 	int			fifo_depth;
fifo_depth        333 drivers/spi/spi-omap2-mcspi.c 		mcspi->fifo_depth = max_fifo_depth;
fifo_depth        346 drivers/spi/spi-omap2-mcspi.c 	mcspi->fifo_depth = 0;
fifo_depth        452 drivers/spi/spi-omap2-mcspi.c 	if (mcspi->fifo_depth == 0)
fifo_depth        474 drivers/spi/spi-omap2-mcspi.c 		if ((l & OMAP2_MCSPI_CHCONF_TURBO) && mcspi->fifo_depth == 0)
fifo_depth        529 drivers/spi/spi-omap2-mcspi.c 	if (mcspi->fifo_depth > 0)
fifo_depth        655 drivers/spi/spi-omap2-mcspi.c 		if (mcspi->fifo_depth > 0) {
fifo_depth        669 drivers/spi/spi-omap2-mcspi.c 			if (mcspi->fifo_depth > 0) {
fifo_depth       1234 drivers/spi/spi-omap2-mcspi.c 	if (mcspi->fifo_depth > 0)
fifo_depth       1257 drivers/spi/spi-omap2-mcspi.c 	if (mcspi->fifo_depth > 0 && t)
fifo_depth         94 drivers/spi/spi-sifive.c 	unsigned int      fifo_depth;   /* fifo depth in words */
fifo_depth        205 drivers/spi/spi-sifive.c 	return 1600000 * spi->fifo_depth <= t->speed_hz * mode;
fifo_depth        265 drivers/spi/spi-sifive.c 		unsigned int n_words = min(remaining_words, spi->fifo_depth);
fifo_depth        331 drivers/spi/spi-sifive.c 			       &spi->fifo_depth);
fifo_depth        333 drivers/spi/spi-sifive.c 		spi->fifo_depth = SIFIVE_SPI_DEFAULT_DEPTH;
fifo_depth         99 drivers/spi/spi-sun6i.c 	unsigned long		fifo_depth;
fifo_depth        163 drivers/spi/spi-sun6i.c 	cnt = sspi->fifo_depth - sun6i_spi_get_tx_fifo_count(sspi);
fifo_depth        229 drivers/spi/spi-sun6i.c 	trig_level = sspi->fifo_depth / 4 * 3;
fifo_depth        314 drivers/spi/spi-sun6i.c 	sun6i_spi_fill_fifo(sspi, sspi->fifo_depth);
fifo_depth        320 drivers/spi/spi-sun6i.c 	if (tx_len > sspi->fifo_depth)
fifo_depth        355 drivers/spi/spi-sun6i.c 		sun6i_spi_drain_fifo(sspi, sspi->fifo_depth);
fifo_depth        469 drivers/spi/spi-sun6i.c 	sspi->fifo_depth = (unsigned long)of_device_get_match_data(&pdev->dev);
fifo_depth        524 drivers/usb/gadget/udc/amd5536udc.h 					fifo_depth : 14,
fifo_depth       1452 drivers/usb/gadget/udc/snps_udc_core.c 	dev->ep[UDC_EPIN_STATUS_IX].fifo_depth = UDC_EPIN_SMALLINT_BUFF_SIZE;
fifo_depth       1454 drivers/usb/gadget/udc/snps_udc_core.c 		dev->ep[UDC_EPIN_IX].fifo_depth = UDC_FS_EPIN_BUFF_SIZE;
fifo_depth       1456 drivers/usb/gadget/udc/snps_udc_core.c 		dev->ep[UDC_EPIN_IX].fifo_depth = hs_tx_buf;
fifo_depth       1457 drivers/usb/gadget/udc/snps_udc_core.c 	dev->ep[UDC_EPOUT_IX].fifo_depth = UDC_RXFIFO_SIZE;
fifo_depth       1555 drivers/usb/gadget/udc/snps_udc_core.c 			ep->fifo_depth = UDC_TXFIFO_SIZE;
fifo_depth       1558 drivers/usb/gadget/udc/snps_udc_core.c 			ep->fifo_depth = UDC_RXFIFO_SIZE;
fifo_depth        416 drivers/video/fbdev/aty/aty128fb.c 	u32 fifo_depth;
fifo_depth        999 drivers/video/fbdev/aty/aty128fb.c 	par->constants.fifo_depth = 32;
fifo_depth       1437 drivers/video/fbdev/aty/aty128fb.c 	u32 fifo_depth = par->constants.fifo_depth;
fifo_depth       1469 drivers/video/fbdev/aty/aty128fb.c 	roff = x * (fifo_depth - 4);
fifo_depth         30 include/linux/parport_pc.h 	int fifo_depth;
fifo_depth        438 sound/arm/aaci.c 	runtime->hw.fifo_size = aaci->fifo_depth * 2;
fifo_depth        537 sound/arm/aaci.c 		aacirun->fifo_bytes = aaci->fifo_depth * 4 / 2;
fifo_depth       1043 sound/arm/aaci.c 	aaci->fifo_depth = aaci_size_fifo(aaci);
fifo_depth       1044 sound/arm/aaci.c 	if (aaci->fifo_depth & 15) {
fifo_depth       1046 sound/arm/aaci.c 		       aaci->fifo_depth);
fifo_depth       1058 sound/arm/aaci.c 		dev_info(&dev->dev, "FIFO %u entries\n", aaci->fifo_depth);
fifo_depth        226 sound/arm/aaci.h 	unsigned int		fifo_depth;
fifo_depth        487 sound/soc/dwc/dwc-i2s.c 	u32 fifo_depth = 1 << (1 + COMP1_FIFO_DEPTH_GLOBAL(comp1));
fifo_depth        534 sound/soc/dwc/dwc-i2s.c 	dev->fifo_th = fifo_depth / 2;
fifo_depth        577 sound/soc/dwc/dwc-i2s.c 	u32 fifo_depth = 1 << (1 + COMP1_FIFO_DEPTH_GLOBAL(comp1));
fifo_depth        595 sound/soc/dwc/dwc-i2s.c 		dev->play_dma_data.dt.fifo_size = fifo_depth *
fifo_depth        605 sound/soc/dwc/dwc-i2s.c 		dev->capture_dma_data.dt.fifo_size = fifo_depth *
fifo_depth         61 sound/soc/fsl/fsl_esai.c 	u32 fifo_depth;
fifo_depth        545 sound/soc/fsl/fsl_esai.c 	val = ESAI_xFCR_xWA(width) | ESAI_xFCR_xFWM(esai_priv->fifo_depth) |
fifo_depth        995 sound/soc/fsl/fsl_esai.c 		esai_priv->fifo_depth = be32_to_cpup(iprop);
fifo_depth        997 sound/soc/fsl/fsl_esai.c 		esai_priv->fifo_depth = 64;
fifo_depth         47 sound/soc/fsl/fsl_micfil.c 	unsigned int fifo_depth;
fifo_depth         55 sound/soc/fsl/fsl_micfil.c 	.fifo_depth = 8,
fifo_depth        418 sound/soc/fsl/fsl_micfil.c 	val = MICFIL_FIFO_CTRL_FIFOWMK(micfil->soc->fifo_depth) - 1;
fifo_depth        684 sound/soc/fsl/fsl_sai.c 			   sai->soc_data->fifo_depth - FSL_SAI_MAXBURST_TX);
fifo_depth       1052 sound/soc/fsl/fsl_sai.c 	.fifo_depth = 32,
fifo_depth       1059 sound/soc/fsl/fsl_sai.c 	.fifo_depth = 32,
fifo_depth       1066 sound/soc/fsl/fsl_sai.c 	.fifo_depth = 16,
fifo_depth       1073 sound/soc/fsl/fsl_sai.c 	.fifo_depth = 128,
fifo_depth       1080 sound/soc/fsl/fsl_sai.c 	.fifo_depth = 64,
fifo_depth        161 sound/soc/fsl/fsl_sai.h 	unsigned int fifo_depth;
fifo_depth        270 sound/soc/fsl/fsl_ssi.c 	unsigned int fifo_depth;
fifo_depth       1424 sound/soc/fsl/fsl_ssi.c 		ssi->fifo_depth = be32_to_cpup(iprop);
fifo_depth       1426 sound/soc/fsl/fsl_ssi.c 		ssi->fifo_depth = 8;
fifo_depth       1529 sound/soc/fsl/fsl_ssi.c 	switch (ssi->fifo_depth) {
fifo_depth       1545 sound/soc/fsl/fsl_ssi.c 		ssi->fifo_watermark = ssi->fifo_depth - 2;
fifo_depth       1546 sound/soc/fsl/fsl_ssi.c 		ssi->dma_maxburst = ssi->fifo_depth - 2;
fifo_depth         53 sound/soc/meson/axg-frddr.c 	unsigned int fifo_depth;
fifo_depth         70 sound/soc/meson/axg-frddr.c 	fifo_depth = AXG_FIFO_MIN_CNT - 1;
fifo_depth         72 sound/soc/meson/axg-frddr.c 			   CTRL1_FRDDR_DEPTH(fifo_depth));