Home
last modified time | relevance | path

Searched refs:tx_fifo_depth (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/drivers/i2c/busses/
Di2c-designware-pcidrv.c49 u32 tx_fifo_depth; member
131 .tx_fifo_depth = 32,
140 .tx_fifo_depth = 64,
149 .tx_fifo_depth = 32,
157 .tx_fifo_depth = 32,
165 .tx_fifo_depth = 32,
264 dev->tx_fifo_depth = controller->tx_fifo_depth; in i2c_dw_pci_probe()
Di2c-designware-platdrv.c94 dev->tx_fifo_depth = 32; in dw_i2c_acpi_configure()
199 u32 param, tx_fifo_depth, rx_fifo_depth; in dw_i2c_set_fifo_size() local
206 tx_fifo_depth = ((param >> 16) & 0xff) + 1; in dw_i2c_set_fifo_size()
208 if (!dev->tx_fifo_depth) { in dw_i2c_set_fifo_size()
209 dev->tx_fifo_depth = tx_fifo_depth; in dw_i2c_set_fifo_size()
212 } else if (tx_fifo_depth >= 2) { in dw_i2c_set_fifo_size()
213 dev->tx_fifo_depth = min_t(u32, dev->tx_fifo_depth, in dw_i2c_set_fifo_size()
214 tx_fifo_depth); in dw_i2c_set_fifo_size()
Di2c-designware-core.h252 unsigned int tx_fifo_depth; member
Di2c-designware-master.c28 dw_writel(dev, dev->tx_fifo_depth / 2, DW_IC_TX_TL); in i2c_dw_configure_fifo_master()
281 tx_limit = dev->tx_fifo_depth - dw_readl(dev, DW_IC_TXFLR); in i2c_dw_xfer_msg()
/Linux-v4.19/drivers/staging/axis-fifo/
Daxis-fifo.c134 unsigned int tx_fifo_depth; /* max words in the transmit fifo */ member
464 if (words_to_write > fifo->tx_fifo_depth) { in axis_fifo_write()
466 words_to_write, fifo->tx_fifo_depth); in axis_fifo_write()
735 unsigned int tx_fifo_depth; in axis_fifo_probe() local
871 rc = get_dts_property(fifo, "xlnx,tx-fifo-depth", &tx_fifo_depth); in axis_fifo_probe()
965 fifo->tx_fifo_depth = tx_fifo_depth - 4; in axis_fifo_probe()
/Linux-v4.19/drivers/tty/serial/
Dqcom_geni_serial.c101 u32 tx_fifo_depth; member
282 fifo_bits = port->tx_fifo_depth * port->tx_fifo_width; in qcom_geni_serial_poll_bit()
724 avail = (port->tx_fifo_depth - port->tx_wm) * port->tx_bytes_pw; in qcom_geni_serial_handle_tx()
816 port->tx_fifo_depth = geni_se_get_tx_fifo_depth(&port->se); in get_tx_fifo_size()
820 (port->tx_fifo_depth * port->tx_fifo_width) / BITS_PER_BYTE; in get_tx_fifo_size()
1302 port->tx_fifo_depth = DEF_FIFO_DEPTH_WORDS; in qcom_geni_serial_probe()
/Linux-v4.19/drivers/net/ethernet/altera/
Daltera_tse.h455 u32 tx_fifo_depth; member
Daltera_tse_main.c931 csrwr32(priv->tx_fifo_depth - ALTERA_TSE_TX_SECTION_EMPTY, in init_mac()
1502 &priv->tx_fifo_depth)) { in altera_tse_probe()
/Linux-v4.19/drivers/usb/dwc2/
Dgadget.c239 int tx_fifo_depth; in dwc2_hsotg_tx_fifo_average_depth() local
241 tx_fifo_depth = dwc2_hsotg_tx_fifo_total_depth(hsotg); in dwc2_hsotg_tx_fifo_average_depth()
246 return tx_fifo_depth; in dwc2_hsotg_tx_fifo_average_depth()
248 return tx_fifo_depth / tx_fifo_count; in dwc2_hsotg_tx_fifo_average_depth()