Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/
H A DdrvUsbMain.c175 extern U8 gSpeed;
458 printf("gSpeed: %d\n", gSpeed); in UsbPerformanceReadTest()
526 printf("gSpeed: %d\n", gSpeed); in UsbPerformanceWriteTest()
611 printf("gSpeed: %bd\n", gSpeed);
705 printf("gSpeed: %d\n", gSpeed); in UsbTest()
1509 if (gSpeed==1) return 0; //low speed device in MDrv_GET_MASS_VALID_LUN()
1858 gSpeed=0xff; //reset this value in MDrv_UsbDeviceConnect()
1931 gSpeed=0xff; //reset this value in MDrv_UsbDeviceConnect()
2084 if(gSpeed==0) in MDrv_UsbBlockReadToMIU()
2324 if((gSpeed==0)&&(gUsbStatus==USB_TIMEOUT)) in MDrv_Usb_Device_Enum()
[all …]
H A DdrvHostLib.c149 UINT8 gSpeed; variable
595 gSpeed= mwOTG20_Control_HOST_SPD_TYP_Rd(); in flib_Host20_PortBusReset()
597 HOSTLIB_MSG(printf("\r\n Host type:%x\n", gSpeed)); in flib_Host20_PortBusReset()
606 if (gSpeed==2) in flib_Host20_PortBusReset()
622 if(gSpeed==0x01) in flib_Host20_PortBusReset()
2378 pHost20_qHD_List_Control0->bEdSpeed=gSpeed; in flib_Host20_QHD_Control_Init()
2383 pHost20_qHD_List_Control1->bEdSpeed=gSpeed; in flib_Host20_QHD_Control_Init()
2388 pHost20_qHD_List_Bulk0->bEdSpeed=gSpeed; in flib_Host20_QHD_Control_Init()
2392 pHost20_qHD_List_Bulk1->bEdSpeed=gSpeed; in flib_Host20_QHD_Control_Init()
2509 if(gSpeed==0) in flib_Host20_CheckingForResult_QHD()
H A DdrvMassStorage.c127 extern U8 gSpeed;
318 if(gSpeed==0) in Host20_MSCD_issue_CSW()
483 if(gSpeed==0) in Host20_MSCD_issue_Data()
H A DdrvScsi.c144 extern U8 gSpeed;
1196 if(gSpeed==0) in bSCSI_TEST_UNIT_READY2()
1283 if (gSpeed==2) in bSCSI_Initial()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_hid_p1/
H A Ddrvintpipe.c108 extern UINT8 gSpeed;
168 pHost20_qHD_List_Intr->bEdSpeed= gSpeed; in flib_Host20_Interrupt_Init()