Searched refs:DS1307_REG_SECS (Results 1 – 1 of 1) sorted by relevance
46 #define DS1307_REG_SECS 0x00 /* 00-59 */ macro366 t->tm_sec = bcd2bin(ds1307->regs[DS1307_REG_SECS] & 0x7f); in ds1307_get_time()401 buf[DS1307_REG_SECS] = bin2bcd(t->tm_sec); in ds1307_set_time()428 buf[DS1307_REG_SECS] |= MCP794XX_BIT_ST; in ds1307_set_time()1044 tmp = ds1307->regs[DS1307_REG_SECS]; in ds1307_probe()1050 i2c_smbus_write_byte_data(client, DS1307_REG_SECS, 0); in ds1307_probe()1058 i2c_smbus_write_byte_data(client, DS1307_REG_SECS, 0); in ds1307_probe()1072 i2c_smbus_write_byte_data(client, DS1307_REG_SECS, 0); in ds1307_probe()1097 i2c_smbus_write_byte_data(client, DS1307_REG_SECS, in ds1307_probe()