Home | History | Annotate | Download | only in PcatRealTimeClockRuntimeDxe

Lines Matching defs:Enabled

116   BOOLEAN         Enabled;

248 Status = PcRtcGetWakeupTime (&Enabled, &Pending, &Time, Global);
249 if ((Enabled) || (!EFI_ERROR (Status))) {
567 @param Enabled Indicates if the alarm is currently enabled or disabled.
573 @retval EFI_INVALID_PARAMETER Enabled is NULL.
582 OUT BOOLEAN *Enabled,
597 if ((Enabled == NULL) || (Pending == NULL) || (Time == NULL)) {
626 *Enabled = RegisterB.Bits.Aie;
682 @param Enabled Enable or disable the wakeup alarm.
687 @retval EFI_SUCCESS If Enable is TRUE, then the wakeup alarm was enabled.