Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H A Dx1205.c67 #define X1205_SR_RTCF 0x01 /* Clock failure */ macro
/openbmc/linux/drivers/rtc/
H A Drtc-x1205.c68 #define X1205_SR_RTCF 0x01 /* Clock failure */ macro
642 if (sr & X1205_SR_RTCF) { in x1205_probe()