Home
last modified time | relevance | path

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

/openbmc/u-boot/board/micronas/vct/
H A Dscc.c428 {DMA_STATE_RESET, DMA_STATE_SETUP, DMA_STATE_ERROR, DMA_STATE_ERROR},
432 {DMA_STATE_RESET, DMA_STATE_ERROR, DMA_STATE_START, DMA_STATE_SETUP},
434 {DMA_STATE_RESET, DMA_STATE_ERROR, DMA_STATE_ERROR, DMA_STATE_ERROR},
H A Dscc.h42 #define DMA_STATE_ERROR 3 macro