Lines Matching refs:stu300_wr8

175 static inline void stu300_wr8(u32 value, void __iomem *address)  in stu300_wr8()  function
196 stu300_wr8(val, dev->virtbase + I2C_CR); in stu300_irq_enable()
197 stu300_wr8(val, dev->virtbase + I2C_CR); in stu300_irq_enable()
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()
494 stu300_wr8(stu300_clktable[i].setting, in stu300_set_clk()
523 stu300_wr8((val & I2C_CCR_CC_MASK) | I2C_CCR_FMSM, in stu300_set_clk()
529 stu300_wr8((val & I2C_CCR_CC_MASK), in stu300_set_clk()
536 stu300_wr8(((val >> 7) & 0x1F), in stu300_set_clk()
550 stu300_wr8(0x00, dev->virtbase + I2C_CR); in stu300_init_hw()
555 stu300_wr8(0x00, dev->virtbase + I2C_OAR1); in stu300_init_hw()
572 stu300_wr8(I2C_CR_PERIPHERAL_ENABLE, in stu300_init_hw()
574 stu300_wr8(I2C_CR_PERIPHERAL_ENABLE, in stu300_init_hw()
610 stu300_wr8(val, dev->virtbase + I2C_DR); in stu300_send_address()
621 stu300_wr8(val, dev->virtbase + I2C_DR); in stu300_send_address()
639 stu300_wr8(val, dev->virtbase + I2C_CR); in stu300_send_address()
743 stu300_wr8(val, in stu300_xfer_msg()
757 stu300_wr8(msg->buf[i], 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()