tx_fifo_depth     254 drivers/i2c/busses/i2c-designware-core.h 	unsigned int		tx_fifo_depth;
tx_fifo_depth      28 drivers/i2c/busses/i2c-designware-master.c 	dw_writel(dev, dev->tx_fifo_depth / 2, DW_IC_TX_TL);
tx_fifo_depth     281 drivers/i2c/busses/i2c-designware-master.c 		tx_limit = dev->tx_fifo_depth - dw_readl(dev, DW_IC_TXFLR);
tx_fifo_depth      50 drivers/i2c/busses/i2c-designware-pcidrv.c 	u32 tx_fifo_depth;
tx_fifo_depth     132 drivers/i2c/busses/i2c-designware-pcidrv.c 		.tx_fifo_depth = 32,
tx_fifo_depth     141 drivers/i2c/busses/i2c-designware-pcidrv.c 		.tx_fifo_depth = 64,
tx_fifo_depth     150 drivers/i2c/busses/i2c-designware-pcidrv.c 		.tx_fifo_depth = 32,
tx_fifo_depth     158 drivers/i2c/busses/i2c-designware-pcidrv.c 		.tx_fifo_depth = 32,
tx_fifo_depth     166 drivers/i2c/busses/i2c-designware-pcidrv.c 		.tx_fifo_depth = 32,
tx_fifo_depth     175 drivers/i2c/busses/i2c-designware-pcidrv.c 		.tx_fifo_depth = 32,
tx_fifo_depth     284 drivers/i2c/busses/i2c-designware-pcidrv.c 	dev->tx_fifo_depth = controller->tx_fifo_depth;
tx_fifo_depth      89 drivers/i2c/busses/i2c-designware-platdrv.c 	dev->tx_fifo_depth = 32;
tx_fifo_depth     223 drivers/i2c/busses/i2c-designware-platdrv.c 	u32 param, tx_fifo_depth, rx_fifo_depth;
tx_fifo_depth     230 drivers/i2c/busses/i2c-designware-platdrv.c 	tx_fifo_depth = ((param >> 16) & 0xff) + 1;
tx_fifo_depth     232 drivers/i2c/busses/i2c-designware-platdrv.c 	if (!dev->tx_fifo_depth) {
tx_fifo_depth     233 drivers/i2c/busses/i2c-designware-platdrv.c 		dev->tx_fifo_depth = tx_fifo_depth;
tx_fifo_depth     235 drivers/i2c/busses/i2c-designware-platdrv.c 	} else if (tx_fifo_depth >= 2) {
tx_fifo_depth     236 drivers/i2c/busses/i2c-designware-platdrv.c 		dev->tx_fifo_depth = min_t(u32, dev->tx_fifo_depth,
tx_fifo_depth     237 drivers/i2c/busses/i2c-designware-platdrv.c 				tx_fifo_depth);
tx_fifo_depth     444 drivers/net/ethernet/altera/altera_tse.h 	u32 tx_fifo_depth;
tx_fifo_depth     919 drivers/net/ethernet/altera/altera_tse_main.c 	csrwr32(priv->tx_fifo_depth - ALTERA_TSE_TX_SECTION_EMPTY,
tx_fifo_depth    1490 drivers/net/ethernet/altera/altera_tse_main.c 				 &priv->tx_fifo_depth)) {
tx_fifo_depth      77 drivers/spi/spi-geni-qcom.c 	u32 tx_fifo_depth;
tx_fifo_depth     278 drivers/spi/spi-geni-qcom.c 	mas->tx_fifo_depth = geni_se_get_tx_fifo_depth(se);
tx_fifo_depth     287 drivers/spi/spi-geni-qcom.c 	geni_se_init(se, 0x0, mas->tx_fifo_depth - 2);
tx_fifo_depth     418 drivers/spi/spi-geni-qcom.c 	max_bytes = (mas->tx_fifo_depth - mas->tx_wm) * bytes_per_fifo_word;
tx_fifo_depth     132 drivers/staging/axis-fifo/axis-fifo.c 	unsigned int tx_fifo_depth; /* max words in the transmit fifo */
tx_fifo_depth     462 drivers/staging/axis-fifo/axis-fifo.c 	if (words_to_write > fifo->tx_fifo_depth) {
tx_fifo_depth     464 drivers/staging/axis-fifo/axis-fifo.c 			words_to_write, fifo->tx_fifo_depth);
tx_fifo_depth     734 drivers/staging/axis-fifo/axis-fifo.c 	unsigned int tx_fifo_depth;
tx_fifo_depth     870 drivers/staging/axis-fifo/axis-fifo.c 	rc = get_dts_property(fifo, "xlnx,tx-fifo-depth", &tx_fifo_depth);
tx_fifo_depth     964 drivers/staging/axis-fifo/axis-fifo.c 	fifo->tx_fifo_depth = tx_fifo_depth - 4;
tx_fifo_depth     105 drivers/tty/serial/qcom_geni_serial.c 	u32 tx_fifo_depth;
tx_fifo_depth     278 drivers/tty/serial/qcom_geni_serial.c 		fifo_bits = port->tx_fifo_depth * port->tx_fifo_width;
tx_fifo_depth     705 drivers/tty/serial/qcom_geni_serial.c 	avail = port->tx_fifo_depth - (status & TX_FIFO_WC);
tx_fifo_depth     827 drivers/tty/serial/qcom_geni_serial.c 	port->tx_fifo_depth = geni_se_get_tx_fifo_depth(&port->se);
tx_fifo_depth     831 drivers/tty/serial/qcom_geni_serial.c 		(port->tx_fifo_depth * port->tx_fifo_width) / BITS_PER_BYTE;
tx_fifo_depth    1306 drivers/tty/serial/qcom_geni_serial.c 	port->tx_fifo_depth = DEF_FIFO_DEPTH_WORDS;
tx_fifo_depth     280 drivers/usb/dwc2/gadget.c 	int tx_fifo_depth;
tx_fifo_depth     282 drivers/usb/dwc2/gadget.c 	tx_fifo_depth = dwc2_hsotg_tx_fifo_total_depth(hsotg);
tx_fifo_depth     287 drivers/usb/dwc2/gadget.c 		return tx_fifo_depth;
tx_fifo_depth     289 drivers/usb/dwc2/gadget.c 		return tx_fifo_depth / tx_fifo_count;