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()
436 if ((stu300_r8(dev->virtbase + I2C_SR1) & in stu300_wait_while_busy()
577 dummy = stu300_r8(dev->virtbase + I2C_SR2); in stu300_init_hw()
578 dummy = stu300_r8(dev->virtbase + I2C_SR1); in stu300_init_hw()
637 val = stu300_r8(dev->virtbase + I2C_CR); in stu300_send_address()
751 msg->buf[i] = (u8) stu300_r8(dev->virtbase + I2C_DR); in stu300_xfer_msg()
770 if (stu300_r8(dev->virtbase + I2C_SR2) & in stu300_xfer_msg()
795 val = stu300_r8(dev->virtbase + I2C_SR2); in stu300_xfer_msg()
796 val = stu300_r8(dev->virtbase + I2C_SR1); in stu300_xfer_msg()