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()
340 stu300_wr8(cr_value, dev->virtbase + I2C_CR); in stu300_start_and_await_event()
550 stu300_wr8(0x00, dev->virtbase + I2C_CR); in stu300_init_hw()
573 dev->virtbase + I2C_CR); in stu300_init_hw()
575 dev->virtbase + I2C_CR); in stu300_init_hw()
637 val = stu300_r8(dev->virtbase + I2C_CR); in stu300_send_address()
639 stu300_wr8(val, dev->virtbase + I2C_CR); in stu300_send_address()
744 dev->virtbase + I2C_CR); in stu300_xfer_msg()
782 stu300_wr8(val, dev->virtbase + I2C_CR); in stu300_xfer_msg()
801 stu300_wr8(0x00, dev->virtbase + I2C_CR); in stu300_xfer_msg()
936 stu300_wr8(0x00, dev->virtbase + I2C_CR); in stu300_suspend()
966 stu300_wr8(0x00, dev->virtbase + I2C_CR); in stu300_remove()