Searched refs:DS1337_REG_CONTROL (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/rtc/ |
D | rtc-ds1307.c | 74 #define DS1337_REG_CONTROL 0x0e macro 344 control = i2c_smbus_read_byte_data(client, DS1337_REG_CONTROL); in ds1307_work() 349 i2c_smbus_write_byte_data(client, DS1337_REG_CONTROL, control); in ds1307_work() 591 ret = i2c_smbus_read_byte_data(client, DS1337_REG_CONTROL); in ds1307_alarm_irq_enable() 600 ret = i2c_smbus_write_byte_data(client, DS1337_REG_CONTROL, ret); in ds1307_alarm_irq_enable() 948 DS1337_REG_CONTROL, 2, buf); in ds1307_probe() 974 i2c_smbus_write_byte_data(client, DS1337_REG_CONTROL, in ds1307_probe()
|