HomeSort by relevance Sort by last modified time
    Searched refs:RTC_DAY_REG_ADDR (Results 1 - 6 of 6) sorted by null

  /external/u-boot/drivers/rtc/
ds1307.c 35 #define RTC_DAY_REG_ADDR 0x03
91 wday = rtc_read (RTC_DAY_REG_ADDR);
113 rtc_write(RTC_DAY_REG_ADDR,
159 rtc_write (RTC_DAY_REG_ADDR,
162 rtc_write (RTC_DAY_REG_ADDR, bin2bcd (tmp->tm_wday + 1));
227 buf[RTC_DAY_REG_ADDR] = bin2bcd(tm->tm_wday + 1);
234 buf[RTC_DAY_REG_ADDR] |= MCP7941X_BIT_VBATEN;
269 if (!(buf[RTC_DAY_REG_ADDR] & MCP7941X_BIT_VBATEN)) {
270 dm_i2c_reg_write(dev, RTC_DAY_REG_ADDR,
271 buf[RTC_DAY_REG_ADDR] |
    [all...]
pt7c4338.c 29 #define RTC_DAY_REG_ADDR 0x3
71 wday = rtc_read(RTC_DAY_REG_ADDR);
113 rtc_write(RTC_DAY_REG_ADDR, bin2bcd(tmp->tm_wday + 1));
ds1337.c 27 #define RTC_DAY_REG_ADDR 0x3
38 #define RTC_DAY_REG_ADDR 0x4
81 wday = rtc_read (RTC_DAY_REG_ADDR);
137 rtc_write (RTC_DAY_REG_ADDR, bin2bcd (tmp->tm_wday + 1));
ds3231.c 27 #define RTC_DAY_REG_ADDR 0x3
72 wday = rtc_read (RTC_DAY_REG_ADDR);
123 rtc_write (RTC_DAY_REG_ADDR, bin2bcd (tmp->tm_wday + 1));
isl1208.c 38 #define RTC_DAY_REG_ADDR 0x6
85 tmp->tm_wday = bcd2bin(buf[RTC_DAY_REG_ADDR] & 0x07);
124 buf[RTC_DAY_REG_ADDR] = bin2bcd(tmp->tm_wday);
rx8025.c 38 #define RTC_DAY_REG_ADDR 0x03
92 wday = rtc_read(RTC_DAY_REG_ADDR);
153 rtc_write (RTC_DAY_REG_ADDR, bin2bcd (tmp->tm_wday));

Completed in 1062 milliseconds