Searched refs:tx_fifo_depth (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-designware.c196 * @tx_fifo_depth: depth of the hardware tx fifo
219 unsigned int tx_fifo_depth; member in struct:dw_i2c_dev
325 writel(dev->tx_fifo_depth - 1, dev->base + DW_IC_TX_TL);
423 tx_limit = dev->tx_fifo_depth - readl(dev->base + DW_IC_TXFLR);
752 dev->tx_fifo_depth = ((param1 >> 16) & 0xff) + 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/et131x/
H A Det1310_phy.h530 u16 tx_fifo_depth:2; /* bits 12-13 */ member in struct:_MI_PHY_CONFIG_t::__anon15396
550 u16 tx_fifo_depth:2; /* bits 12-13 */

Completed in 75 milliseconds