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

  /external/u-boot/drivers/rtc/
ds1307.c 32 #define RTC_SEC_REG_ADDR 0x00
88 sec = rtc_read (RTC_SEC_REG_ADDR);
104 rtc_write (RTC_SEC_REG_ADDR,
105 rtc_read (RTC_SEC_REG_ADDR) & ~RTC_SEC_BIT_CH);
119 rtc_write(RTC_SEC_REG_ADDR, MCP7941X_BIT_ST);
168 rtc_write (RTC_SEC_REG_ADDR, bin2bcd (tmp->tm_sec) | MCP7941X_BIT_ST);
170 rtc_write (RTC_SEC_REG_ADDR, bin2bcd (tmp->tm_sec));
186 rtc_write (RTC_SEC_REG_ADDR, 0x00); /* clearing Clock Halt */
231 buf[RTC_SEC_REG_ADDR] = bin2bcd(tm->tm_sec);
235 buf[RTC_SEC_REG_ADDR] |= MCP7941X_BIT_ST
    [all...]
pt7c4338.c 26 #define RTC_SEC_REG_ADDR 0x0
68 sec = rtc_read(RTC_SEC_REG_ADDR);
117 rtc_write(RTC_SEC_REG_ADDR, bin2bcd(tmp->tm_sec));
125 rtc_write(RTC_SEC_REG_ADDR, 0x00); /* clearing Clock Halt */
ds1337.c 24 #define RTC_SEC_REG_ADDR 0x0
35 #define RTC_SEC_REG_ADDR 0x1
78 sec = rtc_read (RTC_SEC_REG_ADDR);
141 rtc_write (RTC_SEC_REG_ADDR, bin2bcd (tmp->tm_sec));
ds3231.c 24 #define RTC_SEC_REG_ADDR 0x0
69 sec = rtc_read (RTC_SEC_REG_ADDR);
127 rtc_write (RTC_SEC_REG_ADDR, bin2bcd (tmp->tm_sec));
isl1208.c 32 #define RTC_SEC_REG_ADDR 0x0
79 tmp->tm_sec = bcd2bin(buf[RTC_SEC_REG_ADDR] & 0x7F);
128 buf[RTC_SEC_REG_ADDR] = bin2bcd(tmp->tm_sec);
rx8025.c 35 #define RTC_SEC_REG_ADDR 0x00
89 sec = rtc_read(RTC_SEC_REG_ADDR);
157 rtc_write (RTC_SEC_REG_ADDR, bin2bcd (tmp->tm_sec));

Completed in 822 milliseconds