Searched refs:RTC_WDS (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | mk48t59.h | 37 #define RTC_WDS 0x80 macro |
/openbmc/u-boot/drivers/rtc/ | ||
H A D | mk48t59.c | 173 wd_value = RTC_WDS | ((multi & 0x1F) << 2) | (res & 0x3); in rtc_set_watchdog() |