Searched refs:num_fifo_bytes (Results 1 – 3 of 3) sorted by relevance
28 int num_fifo_bytes; in hp_82341_accel_read() local63 num_fifo_bytes = length - 1; in hp_82341_accel_read()64 while (i < num_fifo_bytes && *end == 0) { in hp_82341_accel_read()69 if (num_fifo_bytes - i < hp_82341_fifo_size) in hp_82341_accel_read()70 block_size = num_fifo_bytes - i; in hp_82341_accel_read()97 while (j < count && i < num_fifo_bytes) { in hp_82341_accel_read()102 if (j < count && i < num_fifo_bytes) { in hp_82341_accel_read()
31 int i, num_fifo_bytes; in agilent_82350b_accel_read() local65 num_fifo_bytes = length - 1; in agilent_82350b_accel_read()67 while (i < num_fifo_bytes && *end == 0) { in agilent_82350b_accel_read()72 if (num_fifo_bytes - i < agilent_82350b_fifo_size) in agilent_82350b_accel_read()73 block_size = num_fifo_bytes - i; in agilent_82350b_accel_read()97 for (j = 0; j < count && i < num_fifo_bytes; ++j) in agilent_82350b_accel_read()
100 unsigned int num_fifo_bytes, i; in pio_read() local118 num_fifo_bytes = num_in_fifo_bytes(ines_priv); in pio_read()119 if (num_fifo_bytes + *nbytes > length) { in pio_read()121 (long)(num_fifo_bytes - (length - *nbytes))); in pio_read()122 num_fifo_bytes = length - *nbytes; in pio_read()124 for (i = 0; i < num_fifo_bytes; i++) in pio_read()