INT_ALL
reg_write(lanai, INT_ALL, IntAck_Reg);
intr_enable(lanai, INT_ALL & ~(INT_PING | INT_WAKE));
intr_disable(lanai, INT_ALL);
error2 = i2c_smbus_write_byte_data(client, INT_MASK, INT_ALL);
error = i2c_smbus_write_byte_data(client, INT_MASK, INT_ALL);
error2 = i2c_smbus_write_byte_data(client, INT_MASK, INT_ALL);
if (state & INT_ERR_STS || state & ~INT_ALL) {