Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H A Dpcf2127.c22 #define PCF2127_REG_MO 0x08 macro
71 tm->tm_mon = bcd2bin(buf[PCF2127_REG_MO] & 0x1F) - 1; in pcf2127_rtc_get()