Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-bcmring/include/mach/csp/
DdmacHw_reg.h177 #define dmacHw_REG_MISC_CFG(module) (((dmacHw_MISC_t *) dmacHw_REG_MISC_BASE((module)))… macro
384 #define dmacHw_DMA_ENABLE(module) (dmacHw_REG_MISC_CFG((module)) = 1)
385 #define dmacHw_DMA_DISABLE(module) (dmacHw_REG_MISC_CFG((module)) = 0)
/linux-2.6.39/arch/arm/mach-bcmring/csp/dmac/
DdmacHw_extra.c135 module, (uint32_t) (dmacHw_REG_MISC_CFG(module))); in DisplayRegisterContents()