Searched refs:uAddress (Results 1 – 3 of 3) sorted by relevance
392 static TI_STATUS hwInit_InitTopRegisterRead(TI_HANDLE hHwInit, TI_UINT32 uAddress);394 static TI_STATUS hwInit_InitTopRegisterWrite(TI_HANDLE hHwInit, TI_UINT32 uAddress, TI_UINT32 uValu…550 pHwInit->uFwAddress = pFileInfo->uAddress; in hwInit_SetFwImage()2124 TI_STATUS hwInit_InitTopRegisterWrite(TI_HANDLE hHwInit, TI_UINT32 uAddress, TI_UINT32 uValue) in hwInit_InitTopRegisterWrite() argument2129 uAddress = (TI_UINT32)(uAddress / 2); in hwInit_InitTopRegisterWrite()2130 uAddress = (uAddress & 0x7FF); in hwInit_InitTopRegisterWrite()2131 uAddress|= BIT_16 | BIT_17; in hwInit_InitTopRegisterWrite()2132 pHwInit->uTopRegAddr = uAddress; in hwInit_InitTopRegisterWrite()2214 TI_STATUS hwInit_InitTopRegisterRead(TI_HANDLE hHwInit, TI_UINT32 uAddress) in hwInit_InitTopRegisterRead() argument2219 uAddress = (TI_UINT32)(uAddress / 2); in hwInit_InitTopRegisterRead()[all …]
556 pFileInfo->uAddress = BYTE_SWAP_LONG( *((TI_UINT32*)(pFileInfo->pBuffer)) );565 pFileInfo->uAddress += pFileInfo->uLength;
1492 TI_UINT32 uAddress; /**< Offset in File of data currently held in pBuffer */ member