Searched refs:dmacHw_REG_CFG_LO (Results 1 – 2 of 2) sorted by relevance
/arch/arm/mach-bcmring/include/mach/csp/ |
D | dmacHw_reg.h | 207 #define dmacHw_REG_CFG_LO(module, chan) (dmacHw_CHAN_BASE((module), (chan))->ChannelConfig.… macro 367 #define dmacHw_SET_CONFIG_LO(module, channel, cfg) (dmacHw_REG_CFG_LO((module), (channel)) |= (… 368 #define dmacHw_RESET_CONFIG_LO(module, channel) (dmacHw_REG_CFG_LO((module), (channel)) = 0) 369 #define dmacHw_GET_CONFIG_LO(module, channel) (dmacHw_REG_CFG_LO((module), (channel))) 370 …w_SET_AMBA_BUSRT_LEN(module, channel, len) (dmacHw_REG_CFG_LO((module), (channel)) = (dmacHw_RE… 371 …w_SET_CHANNEL_PRIORITY(module, channel, prio) (dmacHw_REG_CFG_LO((module), (channel)) = (dmacHw_RE…
|
/arch/arm/mach-bcmring/csp/dmac/ |
D | dmacHw_extra.c | 186 (uint32_t) (dmacHw_REG_CFG_LO(module, chan))); in DisplayRegisterContents() 230 (uint32_t) (dmacHw_REG_CFG_LO(module, chan))); in DisplayRegisterContents()
|