Searched refs:tx_fifo_depth (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-designware-pcidrv.c | 66 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()
|
D | i2c-designware-platdrv.c | 99 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()
|
D | i2c-designware-core.h | 97 unsigned int tx_fifo_depth; member
|
D | i2c-designware-core.c | 372 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/ |
D | altera_tse.h | 444 u32 tx_fifo_depth; member
|
D | altera_tse_main.c | 931 csrwr32(priv->tx_fifo_depth - ALTERA_TSE_TX_SECTION_EMPTY, in init_mac() 1440 &priv->tx_fifo_depth)) { in altera_tse_probe()
|