Searched refs:DS1337_REG_CONTROL (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/rtc/ |
| D | rtc-ds1307.c | 74 #define DS1337_REG_CONTROL 0x0e macro 333 control = i2c_smbus_read_byte_data(client, DS1337_REG_CONTROL); in ds1307_irq() 338 i2c_smbus_write_byte_data(client, DS1337_REG_CONTROL, control); in ds1307_irq() 570 ret = i2c_smbus_read_byte_data(client, DS1337_REG_CONTROL); in ds1307_alarm_irq_enable() 579 ret = i2c_smbus_write_byte_data(client, DS1337_REG_CONTROL, ret); in ds1307_alarm_irq_enable() 916 DS1337_REG_CONTROL, 2, buf); in ds1307_probe() 940 i2c_smbus_write_byte_data(client, DS1337_REG_CONTROL, in ds1307_probe()
|