Searched refs:DS1307_REG_CONTROL (Results 1 – 1 of 1) sorted by relevance
79 #define DS1307_REG_CONTROL 0x07 /* or ds1338 */ macro1606 if (regs[DS1307_REG_CONTROL] & DS1338_BIT_OSF) { in ds1307_probe()1607 regmap_write(ds1307->regmap, DS1307_REG_CONTROL, in ds1307_probe()1608 regs[DS1307_REG_CONTROL] & in ds1307_probe()