Home
last modified time | relevance | path

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

/arch/arm/mach-bcmring/csp/dmac/
DdmacHw_extra.c715 dmacHw_REG_CTL_LLP_SRC_EN | dmacHw_REG_CTL_INT_EN; in dmacHw_setVariableDataDescriptor()
896 pConfig->dstMasterInterface | dmacHw_REG_CTL_INT_EN; in dmacHw_setControlDescriptor()
918 pConfig->flowControler | dmacHw_REG_CTL_INT_EN; in dmacHw_setControlDescriptor()
DdmacHw.c766 pConfig->dstMasterInterface | dmacHw_REG_CTL_INT_EN; in dmacHw_setDataDescriptor()
787 pConfig->dstMasterInterface | dmacHw_REG_CTL_INT_EN; in dmacHw_setDataDescriptor()
/arch/arm/mach-bcmring/include/mach/csp/
DdmacHw_reg.h221 #define dmacHw_REG_CTL_INT_EN 0x00000001 /* Channel interrupt enable */ macro