Searched refs:dmacHw_REG_LLP (Results 1 – 3 of 3) sorted by relevance
/arch/arm/mach-bcmring/include/mach/csp/ |
D | dmacHw_reg.h | 197 #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/ |
D | dmacHw_extra.c | 158 (uint32_t) (dmacHw_REG_LLP(module, chan))); in DisplayRegisterContents() 204 module, chan, (uint32_t) (dmacHw_REG_LLP(module, chan))); in DisplayRegisterContents()
|
D | dmacHw.c | 130 dmacHw_REG_LLP(pCblk->module, in dmacHw_initiateTransfer()
|