Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rtc/
Drtc-pcf85063.c29 #define PCF85063_REG_MO 0x09 macro
75 tm->tm_mon = bcd2bin(buf[PCF85063_REG_MO] & 0x1F) - 1; /* rtc mn 1-12 */ in pcf85063_get_datetime()
80 pcf85063->c_polarity = (buf[PCF85063_REG_MO] & PCF85063_MO_C) ? in pcf85063_get_datetime()
108 buf[PCF85063_REG_MO] = bin2bcd(tm->tm_mon + 1); in pcf85063_set_datetime()