Searched refs:rw_buf (Results 1 – 1 of 1) sorted by relevance
414 static U8 rw_buf[TEST_SIZE_PER_LOOP] __attribute__ ((aligned (8))); variable425 printf("rw_buf: %x\n", (UINT)rw_buf); in UsbPerformanceReadTest()467 …if (MDrv_UsbBlockReadToMIU(LunIndex,50+xxx, TEST_SIZE_PER_LOOP>>9, (U32)VirtoPhyAddr(rw_buf))==FAL… in UsbPerformanceReadTest()493 printf("rw_buf: %x\n", (UINT)rw_buf); in UsbPerformanceWriteTest()530 rw_buf[i]= (i & 0xff); in UsbPerformanceWriteTest()540 …Drv_UsbBlockWriteFromMIU(LunIndex,50+xxx, TEST_SIZE_PER_LOOP>>9, (U32)VirtoPhyAddr(rw_buf))==FALSE) in UsbPerformanceWriteTest()