rx_fifo_depth     459 drivers/gpu/drm/bridge/cdns-dsi.c 	unsigned int rx_fifo_depth;
rx_fifo_depth    1055 drivers/gpu/drm/bridge/cdns-dsi.c 	if (rx_len > dsi->rx_fifo_depth) {
rx_fifo_depth    1223 drivers/gpu/drm/bridge/cdns-dsi.c 	dsi->rx_fifo_depth = RX_FIFO_DEPTH(val);
rx_fifo_depth     255 drivers/i2c/busses/i2c-designware-core.h 	unsigned int		rx_fifo_depth;
rx_fifo_depth     282 drivers/i2c/busses/i2c-designware-master.c 		rx_limit = dev->rx_fifo_depth - dw_readl(dev, DW_IC_RXFLR);
rx_fifo_depth     312 drivers/i2c/busses/i2c-designware-master.c 				if (dev->rx_outstanding >= dev->rx_fifo_depth)
rx_fifo_depth      51 drivers/i2c/busses/i2c-designware-pcidrv.c 	u32 rx_fifo_depth;
rx_fifo_depth     133 drivers/i2c/busses/i2c-designware-pcidrv.c 		.rx_fifo_depth = 32,
rx_fifo_depth     142 drivers/i2c/busses/i2c-designware-pcidrv.c 		.rx_fifo_depth = 64,
rx_fifo_depth     151 drivers/i2c/busses/i2c-designware-pcidrv.c 		.rx_fifo_depth = 32,
rx_fifo_depth     159 drivers/i2c/busses/i2c-designware-pcidrv.c 		.rx_fifo_depth = 32,
rx_fifo_depth     167 drivers/i2c/busses/i2c-designware-pcidrv.c 		.rx_fifo_depth = 32,
rx_fifo_depth     176 drivers/i2c/busses/i2c-designware-pcidrv.c 		.rx_fifo_depth = 32,
rx_fifo_depth     285 drivers/i2c/busses/i2c-designware-pcidrv.c 	dev->rx_fifo_depth = controller->rx_fifo_depth;
rx_fifo_depth      90 drivers/i2c/busses/i2c-designware-platdrv.c 	dev->rx_fifo_depth = 32;
rx_fifo_depth     223 drivers/i2c/busses/i2c-designware-platdrv.c 	u32 param, tx_fifo_depth, rx_fifo_depth;
rx_fifo_depth     231 drivers/i2c/busses/i2c-designware-platdrv.c 	rx_fifo_depth = ((param >> 8)  & 0xff) + 1;
rx_fifo_depth     234 drivers/i2c/busses/i2c-designware-platdrv.c 		dev->rx_fifo_depth = rx_fifo_depth;
rx_fifo_depth     238 drivers/i2c/busses/i2c-designware-platdrv.c 		dev->rx_fifo_depth = min_t(u32, dev->rx_fifo_depth,
rx_fifo_depth     239 drivers/i2c/busses/i2c-designware-platdrv.c 				rx_fifo_depth);
rx_fifo_depth     445 drivers/net/ethernet/altera/altera_tse.h 	u32 rx_fifo_depth;
rx_fifo_depth     906 drivers/net/ethernet/altera/altera_tse_main.c 	csrwr32(priv->rx_fifo_depth - ALTERA_TSE_RX_SECTION_EMPTY,
rx_fifo_depth    1483 drivers/net/ethernet/altera/altera_tse_main.c 				 &priv->rx_fifo_depth)) {
rx_fifo_depth     131 drivers/staging/axis-fifo/axis-fifo.c 	unsigned int rx_fifo_depth; /* max words in the receive fifo */
rx_fifo_depth     728 drivers/staging/axis-fifo/axis-fifo.c 	unsigned int rx_fifo_depth;
rx_fifo_depth     850 drivers/staging/axis-fifo/axis-fifo.c 	rc = get_dts_property(fifo, "xlnx,rx-fifo-depth", &rx_fifo_depth);
rx_fifo_depth     962 drivers/staging/axis-fifo/axis-fifo.c 	fifo->rx_fifo_depth = rx_fifo_depth;
rx_fifo_depth     107 drivers/tty/serial/qcom_geni_serial.c 	u32 rx_fifo_depth;
rx_fifo_depth     829 drivers/tty/serial/qcom_geni_serial.c 	port->rx_fifo_depth = geni_se_get_rx_fifo_depth(&port->se);
rx_fifo_depth     885 drivers/tty/serial/qcom_geni_serial.c 	geni_se_init(&port->se, UART_RX_WM, port->rx_fifo_depth - 2);
rx_fifo_depth     889 drivers/tty/serial/qcom_geni_serial.c 			port->rx_fifo_depth, sizeof(u32), GFP_KERNEL);
rx_fifo_depth    1307 drivers/tty/serial/qcom_geni_serial.c 	port->rx_fifo_depth = DEF_FIFO_DEPTH_WORDS;