Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A Daltera_tse.h23 #define ALT_SGDMA_CONTROL_RUN_MSK BIT(5) macro
H A Daltera_tse.c114 val = ALT_SGDMA_CONTROL_RUN_MSK | ALT_SGDMA_CONTROL_STOP_DMA_ER_MSK; in alt_sgdma_start_transfer()