Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/graphic/drv/ge/
H A DdrvGE.c5193 #define REG_RR(_reg_) ({ REG_ADDR(_reg_);}) macro
5582 GE_D_INFO("i:%d MIU0: %x\n",i,REG_RR(REG_MIU0_CNT)); in MDrv_GE_BitbltPerformance()
5584 GE_D_INFO("i:%d MIU1: %x\n",i,REG_RR(REG_MIU1_CNT)); in MDrv_GE_BitbltPerformance()
5609 … u32Timer = ((MS_U32)REG_RR(REG_PIU_TIMER0(0x04))) | ((MS_U32)REG_RR(REG_PIU_TIMER0(0x05)) << 16); in MDrv_GE_BitbltPerformance()
5718 u32Timer = ((MS_U32)REG_RR(REG_PIU_TIMER0(0x04))) | in MDrv_GE_BitbltPerformance()
5719 ((MS_U32)REG_RR(REG_PIU_TIMER0(0x05)) << 16); in MDrv_GE_BitbltPerformance()
/utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/
H A Dmdrv_mfe.c248 MFE_U32Timer = ((MFE_U32)REG_RR(REG_PIU_TIMER0(0x04))) | in MFE_MsOS_PRINT_TIMER()
249 ((MFE_U32)REG_RR(REG_PIU_TIMER0(0x05)) << 16); // h0005:h0004 in MFE_MsOS_PRINT_TIMER()