Searched refs:MCP9600_ALERT_CFG (Results 1 – 1 of 1) sorted by relevance
31 #define MCP9600_ALERT_CFG(x) (MCP9600_ALERT_CFG1 + (x - 1)) macro192 ret = i2c_smbus_read_byte_data(client, MCP9600_ALERT_CFG(i + 1)); in mcp9600_read_event_config()210 ret = i2c_smbus_read_byte_data(client, MCP9600_ALERT_CFG(i + 1)); in mcp9600_write_event_config()219 return i2c_smbus_write_byte_data(client, MCP9600_ALERT_CFG(i + 1), ret); in mcp9600_write_event_config()399 MCP9600_ALERT_CFG(i + 1), in mcp9600_probe_alerts()