Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/vdec_v3/hal/maldives/mvd_v3/
H A DhalMVD_EX.c939 MS_U32 u32phyAddress; in HAL_MVD_MemRead4Byte() local
941 _miu_offset_to_phy(pMVDHalContext->stMiuCfg.u8FWMiuSel,u32Address,u32phyAddress); in HAL_MVD_MemRead4Byte()
943 u32Val = *(volatile MS_U32*) HAL_MVD_PA2NonCacheSeg(u32phyAddress); in HAL_MVD_MemRead4Byte()
985 MS_U32 u32phyAddress; in HAL_MVD_MemWrite4Byte() local
986 _miu_offset_to_phy(pMVDHalContext->stMiuCfg.u8FWMiuSel,u32Address,u32phyAddress); in HAL_MVD_MemWrite4Byte()
988 *(volatile MS_U32 *) HAL_MVD_PA2NonCacheSeg(u32phyAddress) = u32Value; in HAL_MVD_MemWrite4Byte()