I2C_RX_ACK
writel(tmp & ~I2C_RX_ACK, i2c_dev->base + I2C_STATUS);
bool ack = !(readl(i2c_dev->base + I2C_STATUS) & I2C_RX_ACK);