Searched refs:SGDMA_STSREG_EOP (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/altera/ | ||
D | altera_sgdmahw.h | 109 #define SGDMA_STSREG_EOP BIT(1) /* EOP */ macro |
D | altera_sgdma.c | 250 if (sts & SGDMA_STSREG_EOP) { in sgdma_rx_status() |