Home
last modified time | relevance | path

Searched refs:DMA_STATE_SETUP (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},
430 {DMA_STATE_RESET, DMA_STATE_SETUP, DMA_STATE_START, DMA_STATE_SETUP},
432 {DMA_STATE_RESET, DMA_STATE_ERROR, DMA_STATE_START, DMA_STATE_SETUP},
H A Dscc.h40 #define DMA_STATE_SETUP 1 macro