Home
last modified time | relevance | path

Searched refs:rw_buf (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/
H A DdrvUsbMain.c414 static U8 rw_buf[TEST_SIZE_PER_LOOP] __attribute__ ((aligned (8))); variable
425 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()