Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-bcmring/include/mach/csp/
DdmacHw_reg.h389 #define dmacHw_ERROR_INT_ENABLE(module, channel) (dmacHw_REG_INT_MASK_ERROR((module)) = (0x00… macro
/linux-2.6.39/arch/arm/mach-bcmring/csp/dmac/
DdmacHw.c512 dmacHw_ERROR_INT_ENABLE(pCblk->module, pCblk->channel); in dmacHw_configChannel()