Lines Matching defs:bytes
171 * @send_count: Number of bytes still expected to send
172 * @recv_count: Number of bytes still expected to receive
173 * @curr_recv_count: Number of bytes to be received in current transfer
285 u8 bytes;
294 /* Fetch number of bytes to receive */
295 bytes = cdns_i2c_readreg(CDNS_I2C_XFER_SIZE_OFFSET);
298 while (bytes--) {
460 * Check number of bytes to be received against maximum
491 * space available in FIFO and fill with that many bytes.
570 * Receive up to I2C_SMBUS_BLOCK_MAX data bytes, plus one message length
593 * The no. of bytes to receive is checked against the limit of
594 * max transfer size. Set transfer size register with no of bytes
609 /* Clear the bus hold flag if bytes to receive is less than FIFO size */