Searched refs:VIAI2C_REG_CDR (Results 1 – 2 of 2) sorted by relevance
34 writew(0, i2c->base + VIAI2C_REG_CDR); in viai2c_write()36 writew(pmsg->buf[0] & 0xFF, i2c->base + VIAI2C_REG_CDR); in viai2c_write()143 msg->buf[i2c->xfered_len] = readw(base + VIAI2C_REG_CDR) >> 8; in viai2c_irq_xfer()167 writew(msg->buf[i2c->xfered_len + 1] & 0xFF, base + VIAI2C_REG_CDR); in viai2c_irq_xfer()
47 #define VIAI2C_REG_CDR 0x0A macro