Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/dma/
H A DMCD_dmaApi.c316 if ((tcrValue & TASK_CTL_EN) == 0) { /* nothing running */ in MCD_dmaStatus()
848 MCD_dmaBar->taskControl[channel] |= TASK_CTL_EN; in MCD_continDma()
902 if (MCD_dmaBar->taskControl[channel] & TASK_CTL_EN) { in MCD_pauseDma()
932 if (MCD_dmaBar->taskControl[channel] & TASK_CTL_EN) in MCD_resumeDma()
/openbmc/u-boot/include/
H A DMCD_dma.h96 #define TASK_CTL_EN 0x8000 macro