Searched refs:NCT3018Y_REG_CTRL (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/rtc/ |
| H A D | rtc-nct3018y.c | 23 #define NCT3018Y_REG_CTRL 0x0A /* timer control */ macro 58 flags = i2c_smbus_read_byte_data(client, NCT3018Y_REG_CTRL); in nct3018y_set_alarm_mode() 61 "Failed to read NCT3018Y_REG_CTRL\n"); in nct3018y_set_alarm_mode() 71 err = i2c_smbus_write_byte_data(client, NCT3018Y_REG_CTRL, flags); in nct3018y_set_alarm_mode() 73 dev_dbg(&client->dev, "Unable to write NCT3018Y_REG_CTRL\n"); in nct3018y_set_alarm_mode() 100 dev_dbg(&client->dev, "%s:NCT3018Y_REG_CTRL\n", __func__); in nct3018y_get_alarm_mode() 101 flags = i2c_smbus_read_byte_data(client, NCT3018Y_REG_CTRL); in nct3018y_get_alarm_mode() 188 flags = i2c_smbus_read_byte_data(client, NCT3018Y_REG_CTRL); in nct3018y_rtc_set_time() 190 dev_dbg(&client->dev, "Failed to read NCT3018Y_REG_CTRL.\n"); in nct3018y_rtc_set_time() 198 err = i2c_smbus_write_byte_data(client, NCT3018Y_REG_CTRL, flag in nct3018y_rtc_set_time() [all...] |