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

/linux-4.1.27/drivers/rtc/
H A Drtc-pcf8563.c34 #define PCF8563_REG_MN 0x03 macro
219 tm->tm_min = bcd2bin(buf[PCF8563_REG_MN] & 0x7F); pcf8563_get_datetime()
259 buf[PCF8563_REG_MN] = bin2bcd(tm->tm_min); pcf8563_set_datetime()

Completed in 100 milliseconds