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