Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/usb_host_p4/
H A DdrvHostLib_4.c2398 void flib_Host20_Allocate_QHD_Port4(qHD_Structure *psQHTemp,U8 bNextType,U8 bAddress,U8 bHead,U8 b… in flib_Host20_Allocate_QHD_Port4() argument
2403 psQHTemp->bTerminate=0; //Bit0 in flib_Host20_Allocate_QHD_Port4()
2404 psQHTemp->bType=bNextType; //Bit2~1 in flib_Host20_Allocate_QHD_Port4()
2406 psQHTemp->bDeviceAddress=bAddress; //Bit0~6 in flib_Host20_Allocate_QHD_Port4()
2407 psQHTemp->bEdNumber=bEndPt; //Bit11~8 in flib_Host20_Allocate_QHD_Port4()
2408 psQHTemp->bHeadOfReclamationListFlag=bHead; //Bit15 in flib_Host20_Allocate_QHD_Port4()
2409 psQHTemp->bMaxPacketSize=wMaxPacketSize; //Bit16~26 in flib_Host20_Allocate_QHD_Port4()
2410 psQHTemp->bNakCounter=Host20_QHD_Nat_Counter; in flib_Host20_Allocate_QHD_Port4()
2412 psQHTemp->bOverlay_NextTerminate=1; in flib_Host20_Allocate_QHD_Port4()
2413 psQHTemp->bOverlay_AlternateNextTerminate=1; in flib_Host20_Allocate_QHD_Port4()
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_host_p3/
H A DdrvHostLib_3.c2406 void flib_Host20_Allocate_QHD_Port3(qHD_Structure *psQHTemp,U8 bNextType,U8 bAddress,U8 bHead,U8 b… in flib_Host20_Allocate_QHD_Port3() argument
2411 psQHTemp->bTerminate=0; //Bit0 in flib_Host20_Allocate_QHD_Port3()
2412 psQHTemp->bType=bNextType; //Bit2~1 in flib_Host20_Allocate_QHD_Port3()
2414 psQHTemp->bDeviceAddress=bAddress; //Bit0~6 in flib_Host20_Allocate_QHD_Port3()
2415 psQHTemp->bEdNumber=bEndPt; //Bit11~8 in flib_Host20_Allocate_QHD_Port3()
2416 psQHTemp->bHeadOfReclamationListFlag=bHead; //Bit15 in flib_Host20_Allocate_QHD_Port3()
2417 psQHTemp->bMaxPacketSize=wMaxPacketSize; //Bit16~26 in flib_Host20_Allocate_QHD_Port3()
2418 psQHTemp->bNakCounter=Host20_QHD_Nat_Counter; in flib_Host20_Allocate_QHD_Port3()
2420 psQHTemp->bOverlay_NextTerminate=1; in flib_Host20_Allocate_QHD_Port3()
2421 psQHTemp->bOverlay_AlternateNextTerminate=1; in flib_Host20_Allocate_QHD_Port3()
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_host_p2/
H A DdrvHostLib_2.c2409 void flib_Host20_Allocate_QHD_Port2(qHD_Structure *psQHTemp,U8 bNextType,U8 bAddress,U8 bHead,U8 b… in flib_Host20_Allocate_QHD_Port2() argument
2414 psQHTemp->bTerminate=0; //Bit0 in flib_Host20_Allocate_QHD_Port2()
2415 psQHTemp->bType=bNextType; //Bit2~1 in flib_Host20_Allocate_QHD_Port2()
2417 psQHTemp->bDeviceAddress=bAddress; //Bit0~6 in flib_Host20_Allocate_QHD_Port2()
2418 psQHTemp->bEdNumber=bEndPt; //Bit11~8 in flib_Host20_Allocate_QHD_Port2()
2419 psQHTemp->bHeadOfReclamationListFlag=bHead; //Bit15 in flib_Host20_Allocate_QHD_Port2()
2420 psQHTemp->bMaxPacketSize=wMaxPacketSize; //Bit16~26 in flib_Host20_Allocate_QHD_Port2()
2421 psQHTemp->bNakCounter=Host20_QHD_Nat_Counter; in flib_Host20_Allocate_QHD_Port2()
2423 psQHTemp->bOverlay_NextTerminate=1; in flib_Host20_Allocate_QHD_Port2()
2424 psQHTemp->bOverlay_AlternateNextTerminate=1; in flib_Host20_Allocate_QHD_Port2()
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/
H A DdrvHostLib.c2417 void flib_Host20_Allocate_QHD(qHD_Structure *psQHTemp,U8 bNextType,U8 bAddress,U8 bHead,U8 bEndPt,… in flib_Host20_Allocate_QHD() argument
2422 psQHTemp->bTerminate=0; //Bit0 in flib_Host20_Allocate_QHD()
2423 psQHTemp->bType=bNextType; //Bit2~1 in flib_Host20_Allocate_QHD()
2425 psQHTemp->bDeviceAddress=bAddress; //Bit0~6 in flib_Host20_Allocate_QHD()
2426 psQHTemp->bEdNumber=bEndPt; //Bit11~8 in flib_Host20_Allocate_QHD()
2427 psQHTemp->bHeadOfReclamationListFlag=bHead; //Bit15 in flib_Host20_Allocate_QHD()
2428 psQHTemp->bMaxPacketSize=wMaxPacketSize; //Bit16~26 in flib_Host20_Allocate_QHD()
2429 psQHTemp->bNakCounter=Host20_QHD_Nat_Counter; in flib_Host20_Allocate_QHD()
2431 psQHTemp->bOverlay_NextTerminate=1; in flib_Host20_Allocate_QHD()
2432 psQHTemp->bOverlay_AlternateNextTerminate=1; in flib_Host20_Allocate_QHD()
[all …]
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/
H A DdrvHostLib_2.h903 extern void flib_Host20_Allocate_QHD_Port2(qHD_Structure *psQHTemp,UINT8 bNextType,UINT8 bAddress,…
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/
H A DdrvHostLib_4.h903 extern void flib_Host20_Allocate_QHD_Port4(qHD_Structure *psQHTemp,UINT8 bNextType,UINT8 bAddress,…
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/
H A DdrvHostLib.h907 extern void flib_Host20_Allocate_QHD(qHD_Structure *psQHTemp,UINT8 bNextType,UINT8 bAddress,UINT8 …
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/
H A DdrvHostLib_3.h903 extern void flib_Host20_Allocate_QHD_Port3(qHD_Structure *psQHTemp,UINT8 bNextType,UINT8 bAddress,…