Lines Matching refs:bRet
608 boolean_t bRet; in Rtc_RDAmPm() local
610 bRet = M0P_RTC->HOUR&0x20; in Rtc_RDAmPm()
611 bRet>>=5; in Rtc_RDAmPm()
612 return bRet; in Rtc_RDAmPm()
688 boolean_t bRet; in Rtc_RDStatus() local
689 bRet = M0P_RTC->CR1_f.WAITF; in Rtc_RDStatus()
690 return bRet; in Rtc_RDStatus()
720 boolean_t bRet = FALSE; in Rtc_GetIrqStatus() local
725 (M0P_RTC->CR1_f.PRDF == 1)?(bRet = TRUE) : (bRet = FALSE); in Rtc_GetIrqStatus()
728 (M0P_RTC->CR1_f.ALMF == 1)?(bRet = TRUE) : (bRet = FALSE); in Rtc_GetIrqStatus()
733 return bRet; in Rtc_GetIrqStatus()