Searched refs:tx_fifo_depth (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-designware-pcidrv.c | 65 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()
|
D | i2c-designware-platdrv.c | 103 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()
|
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.1.27/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()
|