Lines Matching refs:byte
494 int addr, rc, i, j, k, len, byte, data; in dm1105_i2c_xfer() local
505 for (byte = 0; byte < msgs[i].len; byte++) in dm1105_i2c_xfer()
506 dm_writeb(DM1105_I2CDAT + byte + 1, 0); in dm1105_i2c_xfer()
518 for (byte = 0; byte < msgs[i].len; byte++) { in dm1105_i2c_xfer()
519 rc = dm_readb(DM1105_I2CDAT + byte + 1); in dm1105_i2c_xfer()
522 msgs[i].buf[byte] = rc; in dm1105_i2c_xfer()
532 for (byte = 0; byte < (len > 48 ? 48 : len); byte++) { in dm1105_i2c_xfer()
533 data = msgs[i].buf[k + byte]; in dm1105_i2c_xfer()
534 dm_writeb(DM1105_I2CDAT + byte + 2, data); in dm1105_i2c_xfer()
553 for (byte = 0; byte < msgs[i].len; byte++) { in dm1105_i2c_xfer()
554 data = msgs[i].buf[byte]; in dm1105_i2c_xfer()
555 dm_writeb(DM1105_I2CDAT + byte + 1, data); in dm1105_i2c_xfer()