Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usbhost/source/usb_host_p1/
H A DdrvHostLib.c146 U8 *Host20_STRUCTURE_qTD_BASE_ADDRESS,*Host20_STRUCTURE_qHD_BASE_ADDRESS; variable
2161 Host20_STRUCTURE_qTD_BASE_ADDRESS=qTD_Base_Buf; in flib_Host20_InitStructure()
2167 if ((U32)Host20_STRUCTURE_qTD_BASE_ADDRESS& 0x10) in flib_Host20_InitStructure()
2168 Host20_STRUCTURE_qTD_BASE_ADDRESS+=0x10; //make it aligned with 32 in flib_Host20_InitStructure()
2273 … spTempqTD=(qTD_Structure *)((U32)Host20_STRUCTURE_qTD_BASE_ADDRESS+i*Host20_qTD_SIZE); in flib_Host20_GetStructure()
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()