Home
last modified time | relevance | path

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

/arch/arm/mach-bcmring/include/mach/csp/
DdmacHw_reg.h197 #define dmacHw_REG_LLP(module, chan) (dmacHw_CHAN_BASE((module), (chan))->ChannelLlp.lo) macro
348 #define dmacHw_SET_LLP(module, channel, ptr) (dmacHw_REG_LLP((module), (channel)) = (uint…
/arch/arm/mach-bcmring/csp/dmac/
DdmacHw_extra.c158 (uint32_t) (dmacHw_REG_LLP(module, chan))); in DisplayRegisterContents()
204 module, chan, (uint32_t) (dmacHw_REG_LLP(module, chan))); in DisplayRegisterContents()
DdmacHw.c130 dmacHw_REG_LLP(pCblk->module, in dmacHw_initiateTransfer()