Home
last modified time | relevance | path

Searched refs:TX_WB_DDONE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dmt7628-eth.c66 #define TX_WB_DDONE BIT(6) macro
327 setbits_le32(base + PDMA_GLO_CFG, TX_WB_DDONE | RX_DMA_EN | TX_DMA_EN); in eth_dma_start()
335 clrbits_le32(base + PDMA_GLO_CFG, TX_WB_DDONE | RX_DMA_EN | TX_DMA_EN); in eth_dma_stop()
H A Dmtk_eth.h47 #define TX_WB_DDONE BIT(6) macro
H A Dmtk_eth.c894 TX_WB_DDONE | RX_DMA_EN | TX_DMA_EN); in mtk_eth_start()
905 TX_WB_DDONE | RX_DMA_EN | TX_DMA_EN, 0); in mtk_eth_stop()