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