Searched refs:tx_dma (Results 1 – 2 of 2) sorted by relevance
/u-boot/drivers/net/ |
A D | bcm6348-eth.c | 113 struct dma tx_dma; member 168 return dma_send(&priv->tx_dma, packet, length, NULL); in bcm6348_eth_send() 210 dma_enable(&priv->tx_dma); in bcm6348_eth_start() 259 dma_disable(&priv->tx_dma); in bcm6348_eth_stop() 441 ret = dma_get_by_name(dev, "tx", &priv->tx_dma); in bcm6348_eth_probe()
|
A D | bcm6368-eth.c | 133 struct dma tx_dma; member 215 return dma_send(&priv->tx_dma, packet, length, NULL); in bcm6368_eth_send() 364 dma_enable(&priv->tx_dma); in bcm6368_eth_start() 441 dma_disable(&priv->tx_dma); in bcm6368_eth_stop() 526 ret = dma_get_by_name(dev, "tx", &priv->tx_dma); in bcm6368_eth_probe()
|
Completed in 5 milliseconds