Searched refs:bytes_to_xfer (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/i2c/busses/
H A Di2c-brcmstb.c448 int bytes_to_xfer; brcmstb_i2c_xfer() local
485 bytes_to_xfer = min(len, N_DATA_BYTES); brcmstb_i2c_xfer()
492 bytes_to_xfer, pmsg); brcmstb_i2c_xfer()
496 len -= bytes_to_xfer; brcmstb_i2c_xfer()
497 tmp_buf += bytes_to_xfer; brcmstb_i2c_xfer()

Completed in 50 milliseconds