Searched refs:RS5C348_BIT_PM (Results 1 - 1 of 1) sorted by path

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

Completed in 298 milliseconds