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

/drivers/i2c/busses/
H A Di2c-designware-pcidrv.c62 u32 tx_fifo_depth; member in struct:dw_pci_controller
75 .tx_fifo_depth = 32,
82 .tx_fifo_depth = 32,
89 .tx_fifo_depth = 32,
96 .tx_fifo_depth = 32,
103 .tx_fifo_depth = 32,
110 .tx_fifo_depth = 32,
117 .tx_fifo_depth = 32,
124 .tx_fifo_depth = 32,
131 .tx_fifo_depth
[all...]
H A Di2c-designware-core.h61 * @tx_fifo_depth: depth of the hardware tx fifo
89 unsigned int tx_fifo_depth; member in struct:dw_i2c_dev
H A Di2c-designware-platdrv.c119 dev->tx_fifo_depth = ((param1 >> 16) & 0xff) + 1;
H A Di2c-designware-core.c301 dw_writel(dev, dev->tx_fifo_depth - 1, DW_IC_TX_TL);
398 tx_limit = dev->tx_fifo_depth - dw_readl(dev, DW_IC_TXFLR);

Completed in 27 milliseconds