Searched refs:dmacHw_REG_CFG_HI (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/arch/arm/mach-bcmring/include/mach/csp/ |
D | dmacHw_reg.h | 208 #define dmacHw_REG_CFG_HI(module, chan) (dmacHw_CHAN_BASE((module), (chan))->ChannelConfig.… macro 372 …dmacHw_SET_AHB_HPROT(module, channel, protect) (dmacHw_REG_CFG_HI(module, channel) = (dmacHw_REG_… 374 #define dmacHw_SET_CONFIG_HI(module, channel, cfg) (dmacHw_REG_CFG_HI((module), (channel)) |= … 375 #define dmacHw_RESET_CONFIG_HI(module, channel) (dmacHw_REG_CFG_HI((module), (channel)) = 0) 376 #define dmacHw_GET_CONFIG_HI(module, channel) (dmacHw_REG_CFG_HI((module), (channel))) 377 …acHw_SET_SRC_PERI_INTF(module, channel, intf) (dmacHw_REG_CFG_HI((module), (channel)) = (dmacHw_RE… 379 …acHw_SET_DST_PERI_INTF(module, channel, intf) (dmacHw_REG_CFG_HI((module), (channel)) = (dmacHw_RE…
|
/linux-2.6.39/arch/arm/mach-bcmring/csp/dmac/ |
D | dmacHw_extra.c | 190 (uint32_t) (dmacHw_REG_CFG_HI(module, chan))); in DisplayRegisterContents() 234 (uint32_t) (dmacHw_REG_CFG_HI(module, chan))); in DisplayRegisterContents()
|