Searched refs:NCT3018Y_REG_ST (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/rtc/ |
| H A D | rtc-nct3018y.c | 24 #define NCT3018Y_REG_ST 0x0B /* status */ macro 77 flags = i2c_smbus_read_byte_data(client, NCT3018Y_REG_ST); in nct3018y_set_alarm_mode() 80 "Failed to read NCT3018Y_REG_ST\n"); in nct3018y_set_alarm_mode() 85 err = i2c_smbus_write_byte_data(client, NCT3018Y_REG_ST, flags); in nct3018y_set_alarm_mode() 87 dev_dbg(&client->dev, "Unable to write NCT3018Y_REG_ST\n"); in nct3018y_set_alarm_mode() 110 dev_dbg(&client->dev, "%s:NCT3018Y_REG_ST\n", __func__); in nct3018y_get_alarm_mode() 111 flags = i2c_smbus_read_byte_data(client, NCT3018Y_REG_ST); in nct3018y_get_alarm_mode() 156 err = i2c_smbus_read_i2c_block_data(client, NCT3018Y_REG_ST, 1, buf); in nct3018y_rtc_read_time() 327 status = i2c_smbus_read_byte_data(client, NCT3018Y_REG_ST); in nct3018y_ioctl() 538 err = i2c_smbus_write_byte_data(client, NCT3018Y_REG_ST, flag in nct3018y_probe() [all...] |