Lines Matching refs:tempreg
311 MS_U16 tempreg = 0; in HAL_VPU_CPUSetting() local
345 tempreg = _VPU_Read2Byte(VPU_REG_CONTROL_SET); in HAL_VPU_CPUSetting()
346 tempreg |= VPU_REG_IO2_EN; in HAL_VPU_CPUSetting()
347 tempreg |= VPU_REG_QMEM_SPACE_EN; in HAL_VPU_CPUSetting()
348 _VPU_Write2Byte(VPU_REG_CONTROL_SET, tempreg); in HAL_VPU_CPUSetting()
361 MS_U16 tempreg=0, tempreg1=0; in HAL_VPU_SwRst() local
371 tempreg = _VPU_Read2Byte(VPU_REG_RESET); in HAL_VPU_SwRst()
372 _VPU_Write2Byte(VPU_REG_RESET, (tempreg& 0xfffd)); in HAL_VPU_SwRst()
375 tempreg = _VPU_Read2Byte(VPU_REG_CPU_SETTING); in HAL_VPU_SwRst()
376 tempreg &= ~VPU_REG_CPU_R2_EN; in HAL_VPU_SwRst()
377 tempreg &= ~VPU_REG_CPU_SW_RSTZ; in HAL_VPU_SwRst()
378 tempreg &= ~VPU_REG_CPU_MIU_SW_RSTZ; in HAL_VPU_SwRst()
379 _VPU_Write2Byte(VPU_REG_CPU_SETTING, tempreg); in HAL_VPU_SwRst()
391 MS_U16 tempreg=0, tempreg1=0; in HAL_VPU_SwRstRelse() local
393 tempreg = _VPU_Read2Byte(VPU_REG_CPU_SETTING); in HAL_VPU_SwRstRelse()
394 tempreg |= VPU_REG_CPU_R2_EN; in HAL_VPU_SwRstRelse()
395 tempreg |= VPU_REG_CPU_SW_RSTZ; in HAL_VPU_SwRstRelse()
396 tempreg |= VPU_REG_CPU_MIU_SW_RSTZ; in HAL_VPU_SwRstRelse()
397 _VPU_Write2Byte(VPU_REG_CPU_SETTING, tempreg); in HAL_VPU_SwRstRelse()
408 MS_U16 tempreg=0; in HAL_VPU_SwRelseMAU() local
410 tempreg = _VPU_Read2Byte(MAU1_CPU_RST); in HAL_VPU_SwRelseMAU()
411 tempreg &= ~MAU1_REG_SW_RESET; in HAL_VPU_SwRelseMAU()
412 _VPU_Write2Byte(MAU1_CPU_RST, tempreg); in HAL_VPU_SwRelseMAU()