Searched refs:DS1307_REG_SECS (Results 1 – 1 of 1) sorted by relevance
56 #define DS1307_REG_SECS 0x00 /* 00-59 */ macro433 t->tm_sec = bcd2bin(regs[DS1307_REG_SECS] & 0x7f); in ds1307_get_time()481 regs[DS1307_REG_SECS] = bin2bcd(t->tm_sec); in ds1307_set_time()503 regs[DS1307_REG_SECS] |= MCP794XX_BIT_ST; in ds1307_set_time()1586 tmp = regs[DS1307_REG_SECS]; in ds1307_probe()1594 regmap_write(ds1307->regmap, DS1307_REG_SECS, 0); in ds1307_probe()1603 regmap_write(ds1307->regmap, DS1307_REG_SECS, 0); in ds1307_probe()1617 regmap_write(ds1307->regmap, DS1307_REG_SECS, 0); in ds1307_probe()1641 regmap_write(ds1307->regmap, DS1307_REG_SECS, in ds1307_probe()