Lines Matching refs:stu300_r8
185 static inline u32 stu300_r8(void __iomem *address) in stu300_r8() function
193 val = stu300_r8(dev->virtbase + I2C_CR); in stu300_irq_enable()
203 val = stu300_r8(dev->virtbase + I2C_CR); in stu300_irq_disable()
229 status1 = stu300_r8(dev->virtbase + I2C_SR1); in stu300_event_occurred()
235 status2 = stu300_r8(dev->virtbase + I2C_SR2); in stu300_event_occurred()
449 if ((stu300_r8(dev->virtbase + I2C_SR1) & in stu300_wait_while_busy()
590 dummy = stu300_r8(dev->virtbase + I2C_SR2); in stu300_init_hw()
591 dummy = stu300_r8(dev->virtbase + I2C_SR1); in stu300_init_hw()
646 val = stu300_r8(dev->virtbase + I2C_CR); in stu300_send_address()
766 msg->buf[i] = (u8) stu300_r8(dev->virtbase + I2C_DR); in stu300_xfer_msg()
785 if (stu300_r8(dev->virtbase + I2C_SR2) & in stu300_xfer_msg()
810 val = stu300_r8(dev->virtbase + I2C_SR2); in stu300_xfer_msg()
811 val = stu300_r8(dev->virtbase + I2C_SR1); in stu300_xfer_msg()