Home
last modified time | relevance | path

Searched refs:MPC_I2C_SR (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/i2c/busses/
Di2c-mpc.c39 #define MPC_I2C_SR 0x0c macro
143 void __iomem *addr = i2c->base + MPC_I2C_SR; in i2c_mpc_wait_sr()
181 val = readb(i2c->base + MPC_I2C_SR); in mpc_i2c_fixup_A004447()
636 status = readb(i2c->base + MPC_I2C_SR); in mpc_i2c_isr()
639 readb_poll_timeout(i2c->base + MPC_I2C_SR, status, !(status & CSR_MCF), 0, 100); in mpc_i2c_isr()
640 writeb(0, i2c->base + MPC_I2C_SR); in mpc_i2c_isr()
675 writeb(0, i2c->base + MPC_I2C_SR); in mpc_i2c_execute_msg()
691 while (readb(i2c->base + MPC_I2C_SR) & CSR_MBB) { in mpc_i2c_execute_msg()
693 u8 status = readb(i2c->base + MPC_I2C_SR); in mpc_i2c_execute_msg()
698 i2c->base + MPC_I2C_SR); in mpc_i2c_execute_msg()