Lines Matching refs:_gMIO_MapBase
117 static MS_VIRT _gMIO_MapBase = 0; variable
134 return ((volatile MS_U8*)(_gMIO_MapBase))[(u32RegAddr << 1) - (u32RegAddr & 1)];
148 return ((volatile MS_U16*)(_gMIO_MapBase))[u32RegAddr]; in HAL_RTC_Read2Byte()
153 MS_U32 u32Val =((volatile MS_U16*)(_gMIO_MapBase))[u32RegAddr+2]; in HAL_RTC_Read4Byte()
155 u32Val|=((volatile MS_U16*)(_gMIO_MapBase))[u32RegAddr]; in HAL_RTC_Read4Byte()
176 ((volatile MS_U8*)(_gMIO_MapBase))[(u32RegAddr << 1) - (u32RegAddr & 1)] = u8Val;
197 ((volatile MS_U16*)(_gMIO_MapBase))[u32RegAddr] = u16Val; in HAL_RTC_Write2Byte()
216 u16Reg = ((volatile MS_U16*)(_gMIO_MapBase))[u32RegAddr]; in HAL_RTC_WriteBit()
221 ((volatile MS_U16*)(_gMIO_MapBase))[u32RegAddr] = u16Reg; in HAL_RTC_WriteBit()
315 _gMIO_MapBase = virtBase; in HAL_RTC_SetIOMapBase()
320 return _gMIO_MapBase; in HAL_RTC_GetIOMapBase()