Lines Matching refs:addr
123 static s32 stub_xfer(struct i2c_adapter *adap, u16 addr, unsigned short flags,
134 if (addr == chip_addr[i]) {
145 dev_dbg(&adap->dev, "smbus quick - addr 0x%02x\n", addr);
153 "smbus byte - addr 0x%02x, wrote 0x%02x.\n",
154 addr, command);
159 "smbus byte - addr 0x%02x, read 0x%02x.\n",
160 addr, data->byte);
172 "smbus byte data - addr 0x%02x, wrote 0x%02x at 0x%02x.\n",
173 addr, data->byte, command);
187 "smbus byte data - addr 0x%02x, read 0x%02x at 0x%02x.\n",
188 addr, data->byte, command);
200 "smbus word data - addr 0x%02x, wrote 0x%04x at 0x%02x.\n",
201 addr, data->word, command);
205 "smbus word data - addr 0x%02x, read 0x%04x at 0x%02x.\n",
206 addr, data->word, command);
226 "i2c block data - addr 0x%02x, wrote %d bytes at 0x%02x.\n",
227 addr, len, command);
234 "i2c block data - addr 0x%02x, read %d bytes at 0x%02x.\n",
235 addr, len, command);
269 "smbus block data - addr 0x%02x, wrote %d bytes at 0x%02x.\n",
270 addr, len, command);
283 "smbus block data - addr 0x%02x, read %d bytes at 0x%02x.\n",
284 addr, len, command);