Searched refs:TASK_CTL_EN (Results 1 – 2 of 2) sorted by relevance
317 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()
97 #define TASK_CTL_EN 0x8000 macro