Home
last modified time | relevance | path

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

/arch/arm/mach-bcmring/include/mach/csp/
DdmacHw_reg.h152 #define dmacHw_REG_INT_MASK_BLOCK(module) (((dmacHw_INT_MASK_t *) dmacHw_REG_INT_MASK_BASE((m… macro
388 #define dmacHw_BLOCK_INT_ENABLE(module, channel) (dmacHw_REG_INT_MASK_BLOCK((module)) = (0x00…
392 #define dmacHw_BLOCK_INT_DISABLE(module, channel) (dmacHw_REG_INT_MASK_BLOCK((module)) = (0x00…
/arch/arm/mach-bcmring/csp/dmac/
DdmacHw_extra.c102 module, (uint32_t) (dmacHw_REG_INT_MASK_BLOCK(module))); in DisplayRegisterContents()