Home
last modified time | relevance | path

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

/openbmc/linux/drivers/rtc/
H A Drtc-rs5c348.c42 #define RS5C348_BIT_PM 0x20 /* REG_HOURS */ macro
92 (tm->tm_hour >= 12 ? RS5C348_BIT_PM : 0); in rs5c348_rtc_set_time()
141 if (rxbuf[RS5C348_REG_HOURS] & RS5C348_BIT_PM) { in rs5c348_rtc_read_time()