Searched refs:DS1307_REG_SECS (Results 1 – 1 of 1) sorted by relevance
46 #define DS1307_REG_SECS 0x00 /* 00-59 */ macro387 t->tm_sec = bcd2bin(ds1307->regs[DS1307_REG_SECS] & 0x7f); in ds1307_get_time()422 buf[DS1307_REG_SECS] = bin2bcd(t->tm_sec); in ds1307_set_time()449 buf[DS1307_REG_SECS] |= MCP794XX_BIT_ST; in ds1307_set_time()1078 tmp = ds1307->regs[DS1307_REG_SECS]; in ds1307_probe()1084 i2c_smbus_write_byte_data(client, DS1307_REG_SECS, 0); in ds1307_probe()1092 i2c_smbus_write_byte_data(client, DS1307_REG_SECS, 0); in ds1307_probe()1106 i2c_smbus_write_byte_data(client, DS1307_REG_SECS, 0); in ds1307_probe()1131 i2c_smbus_write_byte_data(client, DS1307_REG_SECS, in ds1307_probe()