Lines Matching defs:NCT3018Y_REG_CTRL
23 #define NCT3018Y_REG_CTRL 0x0A /* timer control */
55 flags = i2c_smbus_read_byte_data(client, NCT3018Y_REG_CTRL);
58 "Failed to read NCT3018Y_REG_CTRL\n");
68 err = i2c_smbus_write_byte_data(client, NCT3018Y_REG_CTRL, flags);
70 dev_dbg(&client->dev, "Unable to write NCT3018Y_REG_CTRL\n");
97 dev_dbg(&client->dev, "%s:NCT3018Y_REG_CTRL\n", __func__);
98 flags = i2c_smbus_read_byte_data(client, NCT3018Y_REG_CTRL);
474 flags = i2c_smbus_read_byte_data(client, NCT3018Y_REG_CTRL);
483 err = i2c_smbus_write_byte_data(client, NCT3018Y_REG_CTRL, flags);
485 dev_dbg(&client->dev, "Unable to write NCT3018Y_REG_CTRL\n");