Searched refs:tx_fifo_depth (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-designware-pcidrv.c | 65 u32 tx_fifo_depth; member in struct:dw_pci_controller 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; i2c_dw_pci_probe()
|
H A D | i2c-designware-core.h | 57 * @tx_fifo_depth: depth of the hardware tx fifo 97 unsigned int tx_fifo_depth; member in struct:dw_i2c_dev
|
H A D | i2c-designware-platdrv.c | 103 dev->tx_fifo_depth = 32; dw_i2c_acpi_configure() 247 if (!dev->tx_fifo_depth) { dw_i2c_probe() 250 dev->tx_fifo_depth = ((param1 >> 16) & 0xff) + 1; dw_i2c_probe()
|
H A D | i2c-designware-core.c | 372 dw_writel(dev, dev->tx_fifo_depth / 2, DW_IC_TX_TL); i2c_dw_init() 498 tx_limit = dev->tx_fifo_depth - dw_readl(dev, DW_IC_TXFLR); i2c_dw_xfer_msg()
|
/linux-4.1.27/drivers/net/ethernet/altera/ |
H A D | altera_tse.h | 444 u32 tx_fifo_depth; member in struct:altera_tse_private
|
H A D | altera_tse_main.c | 931 csrwr32(priv->tx_fifo_depth - ALTERA_TSE_TX_SECTION_EMPTY, init_mac() 1440 &priv->tx_fifo_depth)) { altera_tse_probe()
|
/linux-4.1.27/drivers/net/ethernet/agere/ |
H A D | et131x.h | 1306 * 13-12: tx_fifo_depth
|
Completed in 202 milliseconds