Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_hid_p1/
H A Ddrvintpipe.c113 extern U8 usb_temp_buf[Scsi_Max_Transfer_Len];
577 mybuf = (U32)KSEG02KSEG1(usb_temp_buf); in flib_Host20_Issue_Interrupt()
602 mybuf = (U32)KSEG02KSEG1(usb_temp_buf); in flib_Host20_Issue_Interrupt()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSBEntry.c655 if(usb_temp_buf) in MDrv_UsbClose()
657 MsOS_FreeMemory((void*)usb_temp_buf,gs32NonCachedPoolID_MIU0); in MDrv_UsbClose()
658 usb_temp_buf = 0; in MDrv_UsbClose()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/
H A DdrvHostLib.c162 U8 usb_temp_buf[Scsi_Max_Transfer_Len] __attribute__ ((aligned (128))); variable
1077 mybuf = (U32)KSEG02KSEG1(usb_temp_buf); in flib_Host20_Issue_Bulk()
1103 mybuf = (U32)KSEG02KSEG1(usb_temp_buf); in flib_Host20_Issue_Bulk()