Lines Matching refs:I2C_CR
25 #define I2C_CR (0x00000000) macro
193 val = stu300_r8(dev->virtbase + I2C_CR); in stu300_irq_enable()
196 stu300_wr8(val, dev->virtbase + I2C_CR); in stu300_irq_enable()
197 stu300_wr8(val, dev->virtbase + I2C_CR); in stu300_irq_enable()
203 val = stu300_r8(dev->virtbase + I2C_CR); in stu300_irq_disable()
206 stu300_wr8(val, dev->virtbase + I2C_CR); in stu300_irq_disable()
207 stu300_wr8(val, dev->virtbase + I2C_CR); in stu300_irq_disable()
346 stu300_wr8(cr_value, dev->virtbase + I2C_CR); in stu300_start_and_await_event()
563 stu300_wr8(0x00, dev->virtbase + I2C_CR); in stu300_init_hw()
586 dev->virtbase + I2C_CR); in stu300_init_hw()
588 dev->virtbase + I2C_CR); in stu300_init_hw()
646 val = stu300_r8(dev->virtbase + I2C_CR); in stu300_send_address()
648 stu300_wr8(val, dev->virtbase + I2C_CR); in stu300_send_address()
759 dev->virtbase + I2C_CR); in stu300_xfer_msg()
797 stu300_wr8(val, dev->virtbase + I2C_CR); in stu300_xfer_msg()
816 stu300_wr8(0x00, dev->virtbase + I2C_CR); in stu300_xfer_msg()
942 stu300_wr8(0x00, dev->virtbase + I2C_CR); in stu300_suspend()
972 stu300_wr8(0x00, dev->virtbase + I2C_CR); in stu300_remove()