Searched refs:RTC_PU_LVL (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/rtc/ | ||
H A D | ds1286.h | 47 #define RTC_PU_LVL 0x10 macro |
/openbmc/linux/drivers/rtc/ | ||
H A D | rtc-ds1286.c | 140 (cmd & RTC_PU_LVL) ? "pulse" : "level", in ds1286_proc() |