Searched refs:RTC_DBG_ERR (Results 1 – 1 of 1) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/rtc/drv/rtc/ |
| H A D | drvRTC.c | 125 #define RTC_DBG_ERR(x, args...) if (_rtcDbfLevel >= E_RTC_DBGLV_ERR_ONLY) \ macro 130 #define RTC_DBG_ERR(x, args...) while (0) macro 196 RTC_DBG_ERR("Get IOMAP Base faill!\n"); in MDrv_RTC_Init() 287 …RTC_DBG_ERR("\033[35mFunction = %s, Line = %d, ERROR, DRV_VERSION is not RTC_VERSION\033[m\n", __P… in RTCOpen() 301 RTC_DBG_ERR("[%s error] something wrong in MsOS_SHM_GetId\n", __FUNCTION__); in RTCOpen() 302 RTC_DBG_ERR("is SHM_SIZE reached?\n"); in RTCOpen() 303 RTC_DBG_ERR("is MAX_SHM_CLIENT_NUM reached?\n"); in RTCOpen() 311 …RTC_DBG_ERR("\033[35mFunction = %s, Line = %d, [Multi-process Safe] A Instance is existed!!\033[m\… in RTCOpen() 388 RTC_DBG_ERR("[%s,%5d]It is not suspended yet. We shouldn't resume\n",__FUNCTION__,__LINE__); in MDrv_RTC_SetPowerState() 394 RTC_DBG_ERR("[%s,%5d]Do Nothing: %d\n",__FUNCTION__,__LINE__,u16PowerState); in MDrv_RTC_SetPowerState()
|