Searched refs:PCF8563_REG_MO (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/rtc/
H A Drtc-pcf8563.c38 #define PCF8563_REG_MO 0x07 macro
223 tm->tm_mon = bcd2bin(buf[PCF8563_REG_MO] & 0x1F) - 1; /* rtc mn 1-12 */ pcf8563_get_datetime()
228 pcf8563->c_polarity = (buf[PCF8563_REG_MO] & PCF8563_MO_C) ? pcf8563_get_datetime()
265 buf[PCF8563_REG_MO] = bin2bcd(tm->tm_mon + 1); pcf8563_set_datetime()
270 buf[PCF8563_REG_MO] |= PCF8563_MO_C; pcf8563_set_datetime()

Completed in 66 milliseconds