Searched refs:srcTrSize (Results 1 - 2 of 2) sorted by relevance

/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.c455 int srcTrSize; local
518 srcTrSize =
521 ((pConfig->srcGatherWidth % srcTrSize)
522 && (pConfig->srcGatherJump % srcTrSize))) {
525 srcTrSize) << 20) | (pConfig->srcGatherJump /
526 srcTrSize);
609 int srcTrSize = 0; local
613 srcTrSize = dmacHw_GetTrWidthInBytes(pConfig->srcMaxTransactionWidth);
622 if ((pConfig->srcGatherWidth % srcTrSize)
643 while (dmacHw_ADDRESS_MASK(srcTrSize)
[all...]
H A DdmacHw_extra.c363 int srcTrSize = 0; local
368 srcTrSize = dmacHw_GetTrWidthInBytes(pConfig->srcMaxTransactionWidth);
369 srcTs = dataLen / srcTrSize;
481 int srcTrSize = 0; local
487 srcTrSize = dmacHw_GetTrWidthInBytes(pConfig->srcMaxTransactionWidth);
496 if (pConfig->srcGatherWidth % srcTrSize
517 while (dmacHw_ADDRESS_MASK(srcTrSize) & (uint32_t) pSrcAddr) {
519 srcTrSize = dmacHw_GetTrWidthInBytes(srcTrWidth);
524 && ((pConfig->maxDataPerBlock / srcTrSize) <
526 maxBlockSize = pConfig->maxDataPerBlock / srcTrSize;
818 uint32_t srcTrSize = 0; local
[all...]

Completed in 52 milliseconds