• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-bcmring/

Lines Matching defs:numBytes

339 		devAttr->transferBytes += devAttr->numBytes;
477 size_t numBytes /* Number of bytes to transfer to the device */
490 numBytes);
520 size_t numBytes /* Number of bytes to transfer to the device */
533 (void *)dstData, numBytes);
1143 size_t numBytes /* Number of bytes to transfer to the device */
1164 /* printk("srcData: 0x%08x dstData: 0x%08x, numBytes: %d\n", */
1165 /* srcData, dstData, numBytes); */
1170 numBytes);
1229 (void *)dstData, numBytes) < 0) {
1240 devAttr->prevNumBytes = numBytes;
1266 size_t numBytes /* Number of bytes in each destination buffer */
1285 /* printk("srcData: 0x%08x dstData: 0x%08x, numBytes: %d\n", */
1286 /* srcData, dstData, numBytes); */
1290 (void *)dstData1, numBytes);
1296 (void *)dstData2, numBytes);
1352 (void *)dstData1, numBytes) < 0) {
1360 (void *)dstData2, numBytes) < 0) {
1485 size_t numBytes /* Number of bytes to transfer to the device */
1509 dstData, numBytes);
1517 devAttr->numBytes = numBytes;
1726 size_t numBytes /* Number of bytes of the segment being added */
1731 physAddr, numBytes);
1736 || (((unsigned long)virtAddr + numBytes)) >
1737 ((unsigned long)region->virtAddr + region->numBytes)) {
1740 __func__, virtAddr, region->virtAddr, region->numBytes);
1749 if ((segment->physAddr + segment->numBytes) == physAddr) {
1753 numBytes);
1755 segment->numBytes += numBytes;
1788 segment->numBytes = numBytes;
1806 size_t numBytes /* Number of bytes being mapped */
1816 DMA_MAP_PRINT("memMap:%p va:%p #:%d\n", memMap, mem, numBytes);
1855 region->numBytes = numBytes;
1882 dma_map_single(NULL, mem, numBytes, memMap->dir);
1884 numBytes);
1899 dma_sync_single_for_cpu(NULL, physAddr, numBytes,
1902 numBytes);
1932 + region->numBytes +
1987 region->numBytes - firstPageSize;
2054 size_t numBytes, /* Number of bytes being mapped */
2061 rc = dma_map_add_region(memMap, mem, numBytes);
2127 numBytes);
2183 segment->numBytes);
2245 segment->numBytes,
2257 numBytes,
2281 segment->numBytes = 0;
2306 region->numBytes = 0;