Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-designware-pcidrv.c66 u32 tx_fifo_depth; member
105 .tx_fifo_depth = 32,
112 .tx_fifo_depth = 32,
119 .tx_fifo_depth = 32,
126 .tx_fifo_depth = 32,
133 .tx_fifo_depth = 32,
140 .tx_fifo_depth = 32,
147 .tx_fifo_depth = 32,
155 .tx_fifo_depth = 32,
242 dev->tx_fifo_depth = controller->tx_fifo_depth; in i2c_dw_pci_probe()
Di2c-designware-platdrv.c99 dev->tx_fifo_depth = 32; in dw_i2c_acpi_configure()
224 if (!dev->tx_fifo_depth) { in dw_i2c_plat_probe()
227 dev->tx_fifo_depth = ((param1 >> 16) & 0xff) + 1; in dw_i2c_plat_probe()
Di2c-designware-core.h97 unsigned int tx_fifo_depth; member
Di2c-designware-core.c372 dw_writel(dev, dev->tx_fifo_depth / 2, DW_IC_TX_TL); in i2c_dw_init()
498 tx_limit = dev->tx_fifo_depth - dw_readl(dev, DW_IC_TXFLR); in i2c_dw_xfer_msg()
/linux-4.4.14/drivers/net/ethernet/altera/
Daltera_tse.h444 u32 tx_fifo_depth; member
Daltera_tse_main.c931 csrwr32(priv->tx_fifo_depth - ALTERA_TSE_TX_SECTION_EMPTY, in init_mac()
1440 &priv->tx_fifo_depth)) { in altera_tse_probe()