Searched refs:RXMemory (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvUSBVerify.c | 92 MS_U8 *TXMemory,*RXMemory; in verUSB_Task() local 98 RXMemory=((MS_U8*)Usb_AllocateNonCachedMemory(512*4)); in verUSB_Task() 140 RXMemory[k]=0; in verUSB_Task() 142 MDrv_UsbDiskRead(i, 1+j, RXMemory); in verUSB_Task() 144 if(usbUHCICompareData(TXMemory,RXMemory, 512*(j+1)) ) in verUSB_Task() 158 RXMemory[k]=0; in verUSB_Task() 159 MDrv_UsbBlockReadToMIU(0, i, TEST_PATTERN_NUM, (MS_U32)RXMemory); in verUSB_Task() 168 if (RXMemory[(k*512)+j]!= TXMemory[(k*512)+j]) in verUSB_Task() 170 diag_printf("compare fail, [%ld]=%x \n", (k*512)+j,RXMemory[(k*512)+j]); in verUSB_Task()
|