Searched refs:tx_fifo_depth (Results 1 - 6 of 6) sorted by relevance

/drivers/i2c/busses/
H A Di2c-designware-pcidrv.c69 u32 tx_fifo_depth; member in struct:dw_pci_controller
108 .tx_fifo_depth = 32,
115 .tx_fifo_depth = 32,
122 .tx_fifo_depth = 32,
129 .tx_fifo_depth = 32,
136 .tx_fifo_depth = 32,
143 .tx_fifo_depth = 32,
150 .tx_fifo_depth = 32,
157 .tx_fifo_depth = 32,
164 .tx_fifo_depth
[all...]
H A Di2c-designware-core.h57 * @tx_fifo_depth: depth of the hardware tx fifo
94 unsigned int tx_fifo_depth; member in struct:dw_i2c_dev
H A Di2c-designware-platdrv.c83 dev->tx_fifo_depth = 32;
225 if (!dev->tx_fifo_depth) {
228 dev->tx_fifo_depth = ((param1 >> 16) & 0xff) + 1;
H A Di2c-designware-core.c362 dw_writel(dev, dev->tx_fifo_depth / 2, DW_IC_TX_TL);
485 tx_limit = dev->tx_fifo_depth - dw_readl(dev, DW_IC_TXFLR);
/drivers/net/ethernet/altera/
H A Daltera_tse.h444 u32 tx_fifo_depth; member in struct:altera_tse_private
H A Daltera_tse_main.c901 csrwr32(priv->tx_fifo_depth - ALTERA_TSE_TX_SECTION_EMPTY,

Completed in 84 milliseconds