Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/
H A DdrvUsbMain.c559 U8 buf1[512]; variable
562 U8 buf1[16384];
575 printf("buf1: %X\n", buf1);
576 PTestBuf = KSEG02KSEG1(buf1);
670 printf("buf1: %x\n", (UINT)buf1); in UsbTest()
715 buf1[i]= (i & 0xff); in UsbTest()
726 if (MDrv_UsbBlockWriteFromMIU(LunIndex,50+xxx,1,(U32)VirtoPhyAddr(buf1))==FALSE) in UsbTest()
731 if (MDrv_UsbBlockReadToMIU(LunIndex,50+xxx,1,(U32)VirtoPhyAddr(buf1))==FALSE) in UsbTest()
739 if (buf1[j]!= (j&0xff)) in UsbTest()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvEHCI_SCHD.cxx684 U32 buf1; in itd_fill() local
714 buf1 = (1 << 11); in itd_fill()
717 buf1 = 0; in itd_fill()
720 buf1 |= (maxp & 0x03ff); in itd_fill()
742 itd->hw_bufp [1] |= CPUToLE32 (buf1); in itd_fill()
H A DdrvUSBEntry.c1291 U8 *buf1,*buf2;
1294buf1=(U8*)MsOS_AllocateMemory(0x10000, gs32NonCachedPoolID_MIU0 );//make 64K buffer for testing
1300 buf1[ii]=(U8)ii & 0xff; //make test pattern;
1309 bSCSI_Write_10(0, 0x200, 0x80,buf1);
1313 if (buf1[ii]!=buf2[ii])
1323 MsOS_FreeMemory((void *)buf1, gs32NonCachedPoolID_MIU0);