Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Dmt7628-eth.c50 #define PDMA_GLO_CFG (PDMA_RELATED + 0x204) 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()
338 ret = wait_for_bit_le32(base + PDMA_GLO_CFG, in eth_dma_stop()
498 clrbits_le32(base + PDMA_GLO_CFG, 0xffff0000); in mt7628_eth_start()