Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/rtc/
Dm48t59.h45 #define M48T59_FLAGS_BF 0x10 /* low battery */ macro
/linux-2.6.39/drivers/rtc/
Drtc-m48t59.c296 (val & M48T59_FLAGS_BF) ? "low" : "normal"); in m48t59_rtc_proc()