Lines Matching refs:addr
124 static s32 stub_xfer(struct i2c_adapter *adap, u16 addr, unsigned short flags,
135 if (addr == chip_addr[i]) {
146 dev_dbg(&adap->dev, "smbus quick - addr 0x%02x\n", addr);
154 "smbus byte - addr 0x%02x, wrote 0x%02x.\n",
155 addr, command);
160 "smbus byte - addr 0x%02x, read 0x%02x.\n",
161 addr, data->byte);
173 "smbus byte data - addr 0x%02x, wrote 0x%02x at 0x%02x.\n",
174 addr, data->byte, command);
188 "smbus byte data - addr 0x%02x, read 0x%02x at 0x%02x.\n",
189 addr, data->byte, command);
201 "smbus word data - addr 0x%02x, wrote 0x%04x at 0x%02x.\n",
202 addr, data->word, command);
206 "smbus word data - addr 0x%02x, read 0x%04x at 0x%02x.\n",
207 addr, data->word, command);
227 "i2c block data - addr 0x%02x, wrote %d bytes at 0x%02x.\n",
228 addr, len, command);
235 "i2c block data - addr 0x%02x, read %d bytes at 0x%02x.\n",
236 addr, len, command);
270 "smbus block data - addr 0x%02x, wrote %d bytes at 0x%02x.\n",
271 addr, len, command);
284 "smbus block data - addr 0x%02x, read %d bytes at 0x%02x.\n",
285 addr, len, command);