Searched refs:rx_fifo_depth (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/drivers/i2c/busses/ |
H A D | i2c-designware-pcidrv.c | 66 u32 rx_fifo_depth; member in struct:dw_pci_controller 105 .rx_fifo_depth = 32, 112 .rx_fifo_depth = 32, 119 .rx_fifo_depth = 32, 126 .rx_fifo_depth = 32, 133 .rx_fifo_depth = 32, 140 .rx_fifo_depth = 32, 147 .rx_fifo_depth = 32, 155 .rx_fifo_depth = 32, 248 dev->rx_fifo_depth = controller->rx_fifo_depth; i2c_dw_pci_probe()
|
H A D | i2c-designware-core.h | 58 * @rx_fifo_depth: depth of the hardware rx fifo 98 unsigned int rx_fifo_depth; member in struct:dw_i2c_dev
|
H A D | i2c-designware-platdrv.c | 104 dev->rx_fifo_depth = 32; dw_i2c_acpi_configure() 251 dev->rx_fifo_depth = ((param1 >> 8) & 0xff) + 1; dw_i2c_probe()
|
H A D | i2c-designware-core.c | 499 rx_limit = dev->rx_fifo_depth - dw_readl(dev, DW_IC_RXFLR); i2c_dw_xfer_msg()
|
/linux-4.1.27/drivers/net/ethernet/altera/ |
H A D | altera_tse.h | 445 u32 rx_fifo_depth; member in struct:altera_tse_private
|
H A D | altera_tse_main.c | 918 csrwr32(priv->rx_fifo_depth - ALTERA_TSE_RX_SECTION_EMPTY, init_mac() 1433 &priv->rx_fifo_depth)) { altera_tse_probe()
|
Completed in 120 milliseconds