Lines Matching refs:WPGBbar
118 static u8 i2c_ctrl_read(struct controller *ctlr_ptr, void __iomem *WPGBbar, u8 index)
127 debug_polling("%s - Entry WPGBbar[%p] index[%x] \n", __func__, WPGBbar, index);
155 wpg_addr = WPGBbar + WPG_I2CMOSUP_OFFSET;
162 wpg_addr = WPGBbar + WPG_I2CMBUFL_OFFSET;
170 wpg_addr = WPGBbar + WPG_I2CMCNTL_OFFSET + WPG_I2C_OR;
178 wpg_addr = WPGBbar + WPG_I2CMCNTL_OFFSET;
194 wpg_addr = WPGBbar + WPG_I2CSTAT_OFFSET;
208 wpg_addr = WPGBbar + WPG_I2CMBUFL_OFFSET;
226 static u8 i2c_ctrl_write(struct controller *ctlr_ptr, void __iomem *WPGBbar, u8 index, u8 cmd)
235 debug_polling("%s - Entry WPGBbar[%p] index[%x] cmd[%x]\n", __func__, WPGBbar, index, cmd);
266 wpg_addr = WPGBbar + WPG_I2CMOSUP_OFFSET;
273 wpg_addr = WPGBbar + WPG_I2CMBUFL_OFFSET;
281 wpg_addr = WPGBbar + WPG_I2CMCNTL_OFFSET + WPG_I2C_OR;
289 wpg_addr = WPGBbar + WPG_I2CMCNTL_OFFSET;
306 wpg_addr = WPGBbar + WPG_I2CSTAT_OFFSET;