Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_host_p4/
H A DdrvUsbMain_4.c358 U8 buf4[512]; variable
371 printf("buf4: %X\n", (UINT)buf4); in UsbTestPort4()
412 buf4[i]= (i & 0xff); in UsbTestPort4()
423 if (MDrv_UsbBlockWriteFromMIU_Port4(LunIndex,50+xxx,1,(U32)VirtoPhyAddr(buf4))==FALSE) in UsbTestPort4()
429 if (MDrv_UsbBlockReadToMIU_Port4(LunIndex,50+xxx,1,(U32)VirtoPhyAddr(buf4))==FALSE) in UsbTestPort4()
437 if (buf4[j]!= (j&0xff)) in UsbTestPort4()