Home
last modified time | relevance | path

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

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