Searched refs:ALT_SGDMA_STATUS_BUSY_MSK (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/drivers/net/ | ||
D | altera_tse.h | 21 #define ALT_SGDMA_STATUS_BUSY_MSK BIT(4) macro |
D | altera_tse.c | 83 if (!(status & ALT_SGDMA_STATUS_BUSY_MSK)) in alt_sgdma_wait_transfer() |