Searched refs:srcTrWidth (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.c599 dmacHw_TRANSACTION_WIDTH_e srcTrWidth; local
642 srcTrWidth = pConfig->srcMaxTransactionWidth;
644 srcTrWidth = dmacHw_GetNextTrWidth(srcTrWidth);
645 srcTrSize = dmacHw_GetTrWidthInBytes(srcTrWidth);
729 srcTrWidth =
734 srcTrWidth =
761 srcTrWidth |
782 srcTrWidth |
H A DdmacHw_extra.c484 dmacHw_TRANSACTION_WIDTH_e srcTrWidth; local
516 srcTrWidth = pConfig->srcMaxTransactionWidth;
518 srcTrWidth = dmacHw_GetNextTrWidth(srcTrWidth);
519 srcTrSize = dmacHw_GetTrWidthInBytes(srcTrWidth);

Completed in 62 milliseconds