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

  /external/u-boot/drivers/rtc/
pt7c4338.c 28 #define RTC_HR_REG_ADDR 0x2
70 hour = rtc_read(RTC_HR_REG_ADDR);
115 rtc_write(RTC_HR_REG_ADDR, bin2bcd(tmp->tm_hour));
ds1337.c 26 #define RTC_HR_REG_ADDR 0x2
37 #define RTC_HR_REG_ADDR 0x3
80 hour = rtc_read (RTC_HR_REG_ADDR);
139 rtc_write (RTC_HR_REG_ADDR, bin2bcd (tmp->tm_hour));
ds3231.c 26 #define RTC_HR_REG_ADDR 0x2
71 hour = rtc_read (RTC_HR_REG_ADDR);
125 rtc_write (RTC_HR_REG_ADDR, bin2bcd (tmp->tm_hour));
isl1208.c 34 #define RTC_HR_REG_ADDR 0x2
81 tmp->tm_hour = bcd2bin(buf[RTC_HR_REG_ADDR] & 0x3F);
126 buf[RTC_HR_REG_ADDR] = bin2bcd(tmp->tm_hour) | 0x80; /* 24h clock */
rx8025.c 37 #define RTC_HR_REG_ADDR 0x02
91 hour = rtc_read(RTC_HR_REG_ADDR);
155 rtc_write (RTC_HR_REG_ADDR, bin2bcd (tmp->tm_hour));
ds1307.c 34 #define RTC_HR_REG_ADDR 0x02
90 hour = rtc_read (RTC_HR_REG_ADDR);
165 rtc_write (RTC_HR_REG_ADDR, bin2bcd (tmp->tm_hour));
229 buf[RTC_HR_REG_ADDR] = bin2bcd(tm->tm_hour);
286 tm->tm_hour = bcd2bin(buf[RTC_HR_REG_ADDR] & 0x3F);

Completed in 3459 milliseconds