Home
last modified time | relevance | path

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

/arch/arm/mach-bcmring/csp/dmac/
DdmacHw.c595 void *pDstAddr, /* [ IN ] Destination (Peripheral/Memory) address */ in dmacHw_setDataDescriptor() argument
616 if ((pSrcAddr == NULL) || (pDstAddr == NULL) || (dataLen == 0)) { in dmacHw_setDataDescriptor()
636 while (dmacHw_ADDRESS_MASK(dstTrSize) & (uint32_t) pDstAddr) { in dmacHw_setDataDescriptor()
701 pProg->dar = (uint32_t) pDstAddr; in dmacHw_setDataDescriptor()
801 pDstAddr = in dmacHw_setDataDescriptor()
802 (char *)pDstAddr + in dmacHw_setDataDescriptor()
808 pDstAddr = in dmacHw_setDataDescriptor()
809 (char *)pDstAddr + in dmacHw_setDataDescriptor()
816 (char *)pDstAddr + in dmacHw_setDataDescriptor()
829 pDstAddr = in dmacHw_setDataDescriptor()
[all …]
DdmacHw_extra.c474 void *pDstAddr, /* [ IN ] Destination (Peripheral/Memory) address */ in dmacHw_calculateDescriptorCount() argument
490 if ((pSrcAddr == NULL) || (pDstAddr == NULL) || (dataLen == 0)) { in dmacHw_calculateDescriptorCount()
510 while (dmacHw_ADDRESS_MASK(dstTrSize) & (uint32_t) pDstAddr) { in dmacHw_calculateDescriptorCount()
/arch/arm/mach-bcmring/include/csp/
DdmacHw.h249 void *pDstAddr, /* [ IN ] Destination (Peripheral/Memory) address */
322 void *pDstAddr, /* [ IN ] Destination (Peripheral/Memory) address */