Home
last modified time | relevance | path

Searched refs:pwAddress (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.c2292 void flib_Host20_ReleaseStructure_Port4(U8 Type,U32 pwAddress) in flib_Host20_ReleaseStructure_Port4() argument
2299 pData=(U8*)pwAddress; in flib_Host20_ReleaseStructure_Port4()
2305 if (pwAddress<(U32)Host20_STRUCTURE_qTD_BASE_ADDRESS_Port4) in flib_Host20_ReleaseStructure_Port4()
2311 if ((pwAddress-(U32)Host20_STRUCTURE_qTD_BASE_ADDRESS_Port4)==0) in flib_Host20_ReleaseStructure_Port4()
2314 wReleaseNum=(pwAddress-(U32)Host20_STRUCTURE_qTD_BASE_ADDRESS_Port4)/Host20_qTD_SIZE; in flib_Host20_ReleaseStructure_Port4()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/usb_host_p3/
H A DdrvHostLib_3.c2300 void flib_Host20_ReleaseStructure_Port3(U8 Type,U32 pwAddress) in flib_Host20_ReleaseStructure_Port3() argument
2307 pData=(U8*)pwAddress; in flib_Host20_ReleaseStructure_Port3()
2313 if (pwAddress<(U32)Host20_STRUCTURE_qTD_BASE_ADDRESS_Port3) in flib_Host20_ReleaseStructure_Port3()
2319 if ((pwAddress-(U32)Host20_STRUCTURE_qTD_BASE_ADDRESS_Port3)==0) in flib_Host20_ReleaseStructure_Port3()
2322 wReleaseNum=(pwAddress-(U32)Host20_STRUCTURE_qTD_BASE_ADDRESS_Port3)/Host20_qTD_SIZE; in flib_Host20_ReleaseStructure_Port3()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/usb_host_p2/
H A DdrvHostLib_2.c2303 void flib_Host20_ReleaseStructure_Port2(U8 Type,U32 pwAddress) in flib_Host20_ReleaseStructure_Port2() argument
2310 pData=(U8*)pwAddress; in flib_Host20_ReleaseStructure_Port2()
2316 if (pwAddress<(U32)Host20_STRUCTURE_qTD_BASE_ADDRESS_Port2) in flib_Host20_ReleaseStructure_Port2()
2322 if ((pwAddress-(U32)Host20_STRUCTURE_qTD_BASE_ADDRESS_Port2)==0) in flib_Host20_ReleaseStructure_Port2()
2325 wReleaseNum=(pwAddress-(U32)Host20_STRUCTURE_qTD_BASE_ADDRESS_Port2)/Host20_qTD_SIZE; in flib_Host20_ReleaseStructure_Port2()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/
H A DdrvHostLib.c2315 void flib_Host20_ReleaseStructure(U8 Type,U32 pwAddress) in flib_Host20_ReleaseStructure() argument
2322 pData=(U8*)pwAddress; in flib_Host20_ReleaseStructure()
2328 if (pwAddress<(U32)Host20_STRUCTURE_qTD_BASE_ADDRESS) in flib_Host20_ReleaseStructure()
2334 if ((pwAddress-(U32)Host20_STRUCTURE_qTD_BASE_ADDRESS)==0) in flib_Host20_ReleaseStructure()
2337 wReleaseNum=(pwAddress-(U32)Host20_STRUCTURE_qTD_BASE_ADDRESS)/Host20_qTD_SIZE; in flib_Host20_ReleaseStructure()
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source2/
H A DdrvHostLib_2.h900 extern void flib_Host20_ReleaseStructure_Port2(U8 Type,U32 pwAddress);
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source4/
H A DdrvHostLib_4.h900 extern void flib_Host20_ReleaseStructure_Port4(U8 Type,U32 pwAddress);
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/
H A DdrvHostLib.h904 extern void flib_Host20_ReleaseStructure(U8 Type,U32 pwAddress);
/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source3/
H A DdrvHostLib_3.h900 extern void flib_Host20_ReleaseStructure_Port3(U8 Type,U32 pwAddress);