Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_host_p3/
H A DdrvUsbMain_3.c358 U8 buf3[512]; variable
371 printf("buf3: %X\n", (UINT)buf3); in UsbTestPort3()
412 buf3[i]= (i & 0xff); in UsbTestPort3()
423 if (MDrv_UsbBlockWriteFromMIU_Port3(LunIndex,50+xxx,1,(U32)VirtoPhyAddr(buf3))==FALSE) in UsbTestPort3()
429 if (MDrv_UsbBlockReadToMIU_Port3(LunIndex,50+xxx,1,(U32)VirtoPhyAddr(buf3))==FALSE) in UsbTestPort3()
437 if (buf3[j]!= (j&0xff)) in UsbTestPort3()