Searched refs:buf2 (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_host_p2/ |
| H A D | drvUsbMain_2.c | 358 U8 buf2[512]; variable 371 printf("buf2: %X\n", (UINT)buf2); in UsbTestPort2() 412 buf2[i]= (i & 0xff); in UsbTestPort2() 423 if (MDrv_UsbBlockWriteFromMIU_Port2(LunIndex,50+xxx,1,(U32)VirtoPhyAddr(buf2))==FALSE) in UsbTestPort2() 429 if (MDrv_UsbBlockReadToMIU_Port2(LunIndex,50+xxx,1,(U32)VirtoPhyAddr(buf2))==FALSE) in UsbTestPort2() 437 if (buf2[j]!= (j&0xff)) in UsbTestPort2()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvUSBEntry.c | 1291 U8 *buf1,*buf2; 1295 … buf2=(U8*)MsOS_AllocateMemory(0x10000, gs32NonCachedPoolID_MIU0 );//make 64K buffer for testing 1307 buf2[ii]=0; 1310 bSCSI_Read_10(0,0x200,0x80,buf2); 1313 if (buf1[ii]!=buf2[ii]) 1324 MsOS_FreeMemory((void *)buf2, gs32NonCachedPoolID_MIU0);
|