Searched refs:dmacHw_REG_CTL_LO (Results 1 – 3 of 3) sorted by relevance
/arch/arm/mach-bcmring/include/mach/csp/ |
D | dmacHw_reg.h | 199 #define dmacHw_REG_CTL_LO(module, chan) (dmacHw_CHAN_BASE((module), (chan))->ChannelCtl.lo) macro 356 #define dmacHw_SET_CONTROL_LO(module, channel, ctl) (dmacHw_REG_CTL_LO((module), (channel)) |= (… 357 #define dmacHw_RESET_CONTROL_LO(module, channel) (dmacHw_REG_CTL_LO((module), (channel)) = 0) 358 #define dmacHw_GET_CONTROL_LO(module, channel) (dmacHw_REG_CTL_LO((module), (channel)))
|
/arch/arm/mach-bcmring/csp/dmac/ |
D | dmacHw_extra.c | 162 (uint32_t) (dmacHw_REG_CTL_LO(module, chan))); in DisplayRegisterContents() 208 (uint32_t) (dmacHw_REG_CTL_LO(module, chan))); in DisplayRegisterContents()
|
D | dmacHw.c | 140 dmacHw_REG_CTL_LO(pCblk->module, in dmacHw_initiateTransfer() 201 dmacHw_REG_CTL_LO(pCblk->module, pCblk->channel) = in dmacHw_initiateTransfer()
|