Lines Matching defs:byte
279 * delay here to ensure the data byte has gotten onto the bus
317 * immediately starts transferring another data byte, even though the
360 * returns TRUE if we this is the last byte in the current message
365 * msg->len is always 1 for the first byte of smbus block read.
389 unsigned char byte;
435 * send a byte as well
455 byte = i2c->msg->buf[i2c->msg_ptr++];
456 writeb(byte, i2c->regs + S3C2410_IICDS);
459 * delay after writing the byte to allow the
506 * we have a byte of data in the data register, do
510 byte = readb(i2c->regs + S3C2410_IICDS);
511 i2c->msg->buf[i2c->msg_ptr++] = byte;
515 i2c->msg->len += byte;
518 /* last byte of buffer */
583 * transmitted or received whatever byte we last sent