Home
last modified time | relevance | path

Searched refs:dmacHw_REG_CTL_LO (Results 1 – 3 of 3) sorted by relevance

/arch/arm/mach-bcmring/include/mach/csp/
DdmacHw_reg.h199 #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/
DdmacHw_extra.c162 (uint32_t) (dmacHw_REG_CTL_LO(module, chan))); in DisplayRegisterContents()
208 (uint32_t) (dmacHw_REG_CTL_LO(module, chan))); in DisplayRegisterContents()
DdmacHw.c140 dmacHw_REG_CTL_LO(pCblk->module, in dmacHw_initiateTransfer()
201 dmacHw_REG_CTL_LO(pCblk->module, pCblk->channel) = in dmacHw_initiateTransfer()