Searched refs:u32phyAddress (Results 1 – 1 of 1) sorted by relevance
939 MS_U32 u32phyAddress; in HAL_MVD_MemRead4Byte() local941 _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() local986 _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()