Home
last modified time | relevance | path

Searched refs:M48T59_FLAGS_BF (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/rtc/
H A Dm48t59.h42 #define M48T59_FLAGS_BF 0x10 /* low battery */ macro
/openbmc/linux/drivers/rtc/
H A Drtc-m48t59.c281 (val & M48T59_FLAGS_BF) ? "low" : "normal"); in m48t59_rtc_proc()