Home
last modified time | relevance | path

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

/drivers/i2c/busses/
Di2c-designware-pcidrv.c63 u32 tx_fifo_depth; member
144 .tx_fifo_depth = 32,
153 .tx_fifo_depth = 64,
162 .tx_fifo_depth = 32,
170 .tx_fifo_depth = 32,
178 .tx_fifo_depth = 32,
277 dev->tx_fifo_depth = controller->tx_fifo_depth; in i2c_dw_pci_probe()
Di2c-designware-platdrv.c105 dev->tx_fifo_depth = 32; in dw_i2c_acpi_configure()
231 u32 param, tx_fifo_depth, rx_fifo_depth; in dw_i2c_set_fifo_size() local
238 tx_fifo_depth = ((param >> 16) & 0xff) + 1; in dw_i2c_set_fifo_size()
240 if (!dev->tx_fifo_depth) { in dw_i2c_set_fifo_size()
241 dev->tx_fifo_depth = tx_fifo_depth; in dw_i2c_set_fifo_size()
244 } else if (tx_fifo_depth >= 2) { in dw_i2c_set_fifo_size()
245 dev->tx_fifo_depth = min_t(u32, dev->tx_fifo_depth, in dw_i2c_set_fifo_size()
246 tx_fifo_depth); in dw_i2c_set_fifo_size()
Di2c-designware-master.c39 dw_writel(dev, dev->tx_fifo_depth / 2, DW_IC_TX_TL); in i2c_dw_configure_fifo_master()
275 tx_limit = dev->tx_fifo_depth - dw_readl(dev, DW_IC_TXFLR); in i2c_dw_xfer_msg()
Di2c-designware-core.h264 unsigned int tx_fifo_depth; member
/drivers/net/can/
Dxilinx_can.c1245 int ret, rx_max, tx_max, tx_fifo_depth; in xcan_probe() local
1256 &tx_fifo_depth); in xcan_probe()
1284 tx_max = min(tx_fifo_depth, 2); in xcan_probe()
1369 tx_fifo_depth, priv->tx_max); in xcan_probe()
/drivers/net/ethernet/altera/
Daltera_tse.h455 u32 tx_fifo_depth; member
Daltera_tse_main.c933 csrwr32(priv->tx_fifo_depth - ALTERA_TSE_TX_SECTION_EMPTY, in init_mac()
1504 &priv->tx_fifo_depth)) { in altera_tse_probe()
/drivers/usb/dwc2/
Dgadget.c275 int tx_fifo_depth; in dwc2_hsotg_tx_fifo_average_depth() local
277 tx_fifo_depth = dwc2_hsotg_tx_fifo_total_depth(hsotg); in dwc2_hsotg_tx_fifo_average_depth()
282 return tx_fifo_depth; in dwc2_hsotg_tx_fifo_average_depth()
284 return tx_fifo_depth / tx_fifo_count; in dwc2_hsotg_tx_fifo_average_depth()