Home
last modified time | relevance | path

Searched refs:RV8803_FLAG (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/rtc/
Drtc-rv8803.c34 #define RV8803_FLAG 0x0E macro
68 flags = i2c_smbus_read_byte_data(client, RV8803_FLAG); in rv8803_handle_irq()
100 i2c_smbus_write_byte_data(client, RV8803_FLAG, flags); in rv8803_handle_irq()
118 flags = i2c_smbus_read_byte_data(rv8803->client, RV8803_FLAG); in rv8803_get_time()
178 flags = i2c_smbus_read_byte_data(rv8803->client, RV8803_FLAG); in rv8803_set_time()
184 ret = i2c_smbus_write_byte_data(rv8803->client, RV8803_FLAG, in rv8803_set_time()
204 flags = i2c_smbus_read_byte_data(client, RV8803_FLAG); in rv8803_get_alarm()
241 ret = i2c_smbus_read_i2c_block_data(client, RV8803_FLAG, 2, ctrl); in rv8803_set_alarm()
262 err = i2c_smbus_write_byte_data(rv8803->client, RV8803_FLAG, ctrl[1]); in rv8803_set_alarm()
309 flags = i2c_smbus_read_byte_data(client, RV8803_FLAG); in rv8803_alarm_irq_enable()
[all …]