Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-bcmring/include/mach/csp/
DdmacHw_reg.h195 #define dmacHw_REG_SAR(module, chan) (dmacHw_CHAN_BASE((module), (chan))->ChannelSar.lo) macro
346 #define dmacHw_SET_SAR(module, channel, addr) (dmacHw_REG_SAR((module), (channel)) = (uint…
/linux-2.6.39/arch/arm/mach-bcmring/csp/dmac/
DdmacHw_extra.c150 (uint32_t) (dmacHw_REG_SAR(module, chan))); in DisplayRegisterContents()
198 module, chan, (uint32_t) (dmacHw_REG_SAR(module, chan))); in DisplayRegisterContents()