Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-mpc.c38 #define MPC_I2C_FDR 0x04 macro
283 readb(i2c->base + MPC_I2C_FDR)); in mpc_i2c_setup_52xx()
290 writeb(fdr & 0xff, i2c->base + MPC_I2C_FDR); in mpc_i2c_setup_52xx()
470 readb(i2c->base + MPC_I2C_FDR)); in mpc_i2c_setup_8xxx()
477 writeb(fdr & 0xff, i2c->base + MPC_I2C_FDR); in mpc_i2c_setup_8xxx()
907 i2c->fdr = readb(i2c->base + MPC_I2C_FDR); in mpc_i2c_suspend()
917 writeb(i2c->fdr, i2c->base + MPC_I2C_FDR); in mpc_i2c_resume()
/openbmc/qemu/hw/i2c/
H A Dmpc_i2c.c42 #define MPC_I2C_FDR 0x04 macro
202 case MPC_I2C_FDR: in mpc_i2c_read()
243 case MPC_I2C_FDR: in mpc_i2c_write()