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