Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/dma/
H A DMCD_dmaApi.c327 MCD_dmaBar->ptdDebug = PTD_DBG_TSK_VLD_INIT; in MCD_dmaStatus()
330 if ((MCD_dmaBar->ptdDebug >> channel) & 0x1) in MCD_dmaStatus()
783 MCD_dmaBar->ptdDebug = PTD_DBG_TSK_VLD_INIT; in MCD_resmActions()
785 if ((MCD_dmaBar->ptdDebug >> channel) & 0x1) in MCD_resmActions()
/OK3568_Linux_fs/u-boot/include/
H A DMCD_dma.h85 u32 ptdDebug; /* priority task decode debug */ member