Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/dma/
H A DMCD_dmaApi.c311 u16 tcrValue; in MCD_dmaStatus() local
316 tcrValue = MCD_dmaBar->taskControl[channel]; in MCD_dmaStatus()
317 if ((tcrValue & TASK_CTL_EN) == 0) { /* nothing running */ in MCD_dmaStatus()