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