Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/dma/
H A DMCD_dmaApi.c317 if ((tcrValue & TASK_CTL_EN) == 0) { /* nothing running */ in MCD_dmaStatus()
849 MCD_dmaBar->taskControl[channel] |= TASK_CTL_EN; in MCD_continDma()
903 if (MCD_dmaBar->taskControl[channel] & TASK_CTL_EN) { in MCD_pauseDma()
933 if (MCD_dmaBar->taskControl[channel] & TASK_CTL_EN) in MCD_resumeDma()
/OK3568_Linux_fs/u-boot/include/
H A DMCD_dma.h97 #define TASK_CTL_EN 0x8000 macro