Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/altera/
H A Daltera_sgdmahw.h98 #define SGDMA_STSREG_EOP BIT(1) /* EOP */ macro
H A Daltera_sgdma.c239 if (sts & SGDMA_STSREG_EOP) { in sgdma_rx_status()