Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/i2c/busses/
Di2c-designware-pcidrv.c65 u32 tx_fifo_depth; member
104 .tx_fifo_depth = 32,
111 .tx_fifo_depth = 32,
118 .tx_fifo_depth = 32,
125 .tx_fifo_depth = 32,
132 .tx_fifo_depth = 32,
139 .tx_fifo_depth = 32,
146 .tx_fifo_depth = 32,
154 .tx_fifo_depth = 32,
247 dev->tx_fifo_depth = controller->tx_fifo_depth; in i2c_dw_pci_probe()
Di2c-designware-platdrv.c103 dev->tx_fifo_depth = 32; in dw_i2c_acpi_configure()
247 if (!dev->tx_fifo_depth) { in dw_i2c_probe()
250 dev->tx_fifo_depth = ((param1 >> 16) & 0xff) + 1; in dw_i2c_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.1.27/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()