Lines Matching refs:Eng
2357 void HAL_TSP_GetSTCSynth(MS_U32 Eng, MS_U32* u32Sync) in HAL_TSP_GetSTCSynth() argument
2359 switch (Eng) in HAL_TSP_GetSTCSynth()
2404 void HAL_TSP_SetSTCSynth(MS_U32 Eng, MS_U32 u32Sync) in HAL_TSP_SetSTCSynth() argument
2406 switch (Eng) in HAL_TSP_SetSTCSynth()
2527 void HAL_TSP_STC64_Set(MS_U32 Eng, MS_U32 stcH, MS_U32 stcL) in HAL_TSP_STC64_Set() argument
2529 switch (Eng) in HAL_TSP_STC64_Set()
2540 if(Eng >= STC_ENG_NUM) in HAL_TSP_STC64_Set()
2542 …DBG_MODEL_ALL, printf("[TSP_ERR][%s][%d] Wrong STC Engine : 0x%x !!\n",__FUNCTION__,__LINE__,Eng)); in HAL_TSP_STC64_Set()
2546 MS_U32 u32SetBitMask = CFG_STC_19_1A_REG_SET_BASE_STC << ((Eng - 2) << 2); in HAL_TSP_STC64_Set()
2548 REG32_W(&_RegStcCtrl->CFG_STC_00_17[Eng - 2].STC_L, stcL); in HAL_TSP_STC64_Set()
2549 REG32_W(&_RegStcCtrl->CFG_STC_00_17[Eng - 2].STC_H, stcH); in HAL_TSP_STC64_Set()
2556 void HAL_TSP_STC64_Get(MS_U32 Eng, MS_U32* pStcH, MS_U32* pStcL) in HAL_TSP_STC64_Get() argument
2558 switch (Eng) in HAL_TSP_STC64_Get()
2573 if(Eng >= STC_ENG_NUM) in HAL_TSP_STC64_Get()
2575 …DBG_MODEL_ALL, printf("[TSP_ERR][%s][%d] Wrong STC Engine : 0x%x !!\n",__FUNCTION__,__LINE__,Eng)); in HAL_TSP_STC64_Get()
2581 MS_U32 u32LdBitMask = CFG_STC_19_1A_REG_STC_LD << ((Eng - 2) << 2); in HAL_TSP_STC64_Get()
2584 *pStcH = REG32_R(&_RegStcCtrl->CFG_STC_00_17[Eng - 2].STC_H); in HAL_TSP_STC64_Get()
2585 *pStcL = REG32_R(&_RegStcCtrl->CFG_STC_00_17[Eng - 2].STC_L); in HAL_TSP_STC64_Get()