Searched refs:dmacHw_GetTrWidthInBytes (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/include/mach/csp/
H A DdmacHw_priv.h118 static inline int dmacHw_GetTrWidthInBytes(dmacHw_TRANSACTION_WIDTH_e tw /* [ IN ] Transaction width */ function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/csp/dmac/
H A DdmacHw.c519 dmacHw_GetTrWidthInBytes(pConfig->srcMaxTransactionWidth);
534 dmacHw_GetTrWidthInBytes(pConfig->dstMaxTransactionWidth);
612 dstTrSize = dmacHw_GetTrWidthInBytes(pConfig->dstMaxTransactionWidth);
613 srcTrSize = dmacHw_GetTrWidthInBytes(pConfig->srcMaxTransactionWidth);
638 dstTrSize = dmacHw_GetTrWidthInBytes(dstTrWidth);
645 srcTrSize = dmacHw_GetTrWidthInBytes(srcTrWidth);
H A DdmacHw_extra.c368 srcTrSize = dmacHw_GetTrWidthInBytes(pConfig->srcMaxTransactionWidth);
486 dstTrSize = dmacHw_GetTrWidthInBytes(pConfig->dstMaxTransactionWidth);
487 srcTrSize = dmacHw_GetTrWidthInBytes(pConfig->srcMaxTransactionWidth);
512 dstTrSize = dmacHw_GetTrWidthInBytes(dstTrWidth);
519 srcTrSize = dmacHw_GetTrWidthInBytes(srcTrWidth);

Completed in 77 milliseconds