Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/pm/drv/pm/
H A DdrvPM.c1422 if(pPmRtcVA->u8PmRtcIndex > _sPmDrvInfo.u8PmSupRtcIdxMax) in MDrv_PM_RtcInit()
1440 HAL_PM_RtcInit(pPmRtcVA->u8PmRtcIndex, pPmRtcVA->u32RtcCtrlWord); in MDrv_PM_RtcInit()
1526 if(pPmRtcVA->u8PmRtcIndex > _sPmDrvInfo.u8PmSupRtcIdxMax) in MDrv_PM_RtcSetCounter()
1533 HAL_PM_RtcSetCounter(pPmRtcVA->u8PmRtcIndex, pPmRtcVA->u32RtcSetCounter); in MDrv_PM_RtcSetCounter()
1603 if(pPmRtcVA->u8PmRtcIndex > _sPmDrvInfo.u8PmSupRtcIdxMax) in MDrv_PM_RtcGetCounter()
1610 pPmRtcVA->u32RtcGetCounter = HAL_PM_RtcGetCounter(pPmRtcVA->u8PmRtcIndex); in MDrv_PM_RtcGetCounter()
1681 if(pPmRtcVA->u8PmRtcIndex > _sPmDrvInfo.u8PmSupRtcIdxMax) in MDrv_PM_RtcSetMatchCounter()
1688 HAL_PM_RtcSetMatchCounter(pPmRtcVA->u8PmRtcIndex, pPmRtcVA->u32RtcSetMatchCounter); in MDrv_PM_RtcSetMatchCounter()
1760 if(pPmRtcVA->u8PmRtcIndex > _sPmDrvInfo.u8PmSupRtcIdxMax) in MDrv_PM_RtcGetMatchCounter()
1767 pPmRtcVA->u32RtcGetMatchCounter = HAL_PM_RtcGetMatchCounter(pPmRtcVA->u8PmRtcIndex); in MDrv_PM_RtcGetMatchCounter()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvPM.h748 MS_U8 u8PmRtcIndex; /// Define PM RTC Index member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvPM.h762 MS_U8 u8PmRtcIndex; /// Define PM RTC Index member
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt69276 MS_U8 u8PmRtcIndex;