Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-bcmring/include/mach/csp/
DdmacHw_reg.h155 #define dmacHw_REG_INT_MASK_ERROR(module) (((dmacHw_INT_MASK_t *) dmacHw_REG_INT_MASK_BASE((m… macro
389 #define dmacHw_ERROR_INT_ENABLE(module, channel) (dmacHw_REG_INT_MASK_ERROR((module)) = (0x00…
393 #define dmacHw_ERROR_INT_DISABLE(module, channel) (dmacHw_REG_INT_MASK_ERROR((module)) = (0x00…
/linux-2.6.39/arch/arm/mach-bcmring/csp/dmac/
DdmacHw_extra.c108 module, (uint32_t) (dmacHw_REG_INT_MASK_ERROR(module))); in DisplayRegisterContents()