Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/i2c/busses/
Di2c-mpc.c41 #define MPC_I2C_FDR 0x04 macro
322 readb(i2c->base + MPC_I2C_FDR)); in mpc_i2c_setup_52xx()
329 writeb(fdr & 0xff, i2c->base + MPC_I2C_FDR); in mpc_i2c_setup_52xx()
509 readb(i2c->base + MPC_I2C_FDR)); in mpc_i2c_setup_8xxx()
516 writeb(fdr & 0xff, i2c->base + MPC_I2C_FDR); in mpc_i2c_setup_8xxx()
883 i2c->fdr = readb(i2c->base + MPC_I2C_FDR); in mpc_i2c_suspend()
893 writeb(i2c->fdr, i2c->base + MPC_I2C_FDR); in mpc_i2c_resume()