Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dmx/hal/k7u/tsp/
H A DhalTSP.c62 static REG_STC_ENG_Ctrl *_RegStcCtrl = NULL; // STC variable
204_RegStcCtrl = (REG_STC_ENG_Ctrl*) (u32BankAddr + 0x401C00UL); // STC … in HAL_TSP_SetBank()
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()
2550 REG32_SET(&_RegStcCtrl->CFG_STC_19_1A, u32SetBitMask); in HAL_TSP_STC64_Set()
2551 REG32_CLR(&_RegStcCtrl->CFG_STC_19_1A, u32SetBitMask); in HAL_TSP_STC64_Set()
2583 REG32_CLR(&_RegStcCtrl->CFG_STC_19_1A, u32LdBitMask); 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()
2586 REG32_SET(&_RegStcCtrl->CFG_STC_19_1A, u32LdBitMask); in HAL_TSP_STC64_Get()