Lines Matching defs:length
346 * @count: data length to transfer in bytes
360 int length = pipe->buffer_bytes - offset;
361 count -= length;
362 length >>= 1; /* in 16bit words */
364 for (; length > 0; length--) {
385 * @count: data length to transfer in bytes
387 * the read length must be aligned to 6 bytes, as well as write.
402 int length = pipe->buffer_bytes - offset;
403 count -= length;
404 length >>= 1; /* in 16bit words */
406 for (; length > 0; length--)