Searched refs:DMA_CONTROL_FTF (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac_dma.h129 #define DMA_CONTROL_FTF 0x00100000 /* Flush transmit FIFO */ macro
H A Ddwmac_lib.c246 writel((csr6 | DMA_CONTROL_FTF), ioaddr + DMA_CONTROL);
248 do {} while ((readl(ioaddr + DMA_CONTROL) & DMA_CONTROL_FTF));

Completed in 227 milliseconds