Lines Matching refs:RV8803_FLAG
34 #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()
315 err = i2c_smbus_write_byte_data(client, RV8803_FLAG, flags); in rv8803_alarm_irq_enable()
340 flags = i2c_smbus_read_byte_data(client, RV8803_FLAG); in rv8803_ioctl()
359 flags = i2c_smbus_read_byte_data(client, RV8803_FLAG); in rv8803_ioctl()
366 ret = i2c_smbus_write_byte_data(client, RV8803_FLAG, flags); in rv8803_ioctl()
447 flags = i2c_smbus_read_byte_data(client, RV8803_FLAG); in rv8803_probe()