HomeSort by relevance Sort by last modified time
    Searched refs:num_of_loops (Results 1 - 4 of 4) sorted by null

  /external/u-boot/arch/arm/mach-mvebu/serdes/a38x/
seq_exec.c 85 u32 unit_base_reg, unit_offset, data, mask, num_of_loops, wait_time; local
92 num_of_loops = params->num_of_loops;
116 } while ((reg_data != data) && (poll_counter < num_of_loops));
118 if ((poll_counter >= num_of_loops) && (reg_data != data)) {
130 else if (params->num_of_loops == 0)
seq_exec.h 31 u16 num_of_loops; /* for polling only */ member in struct:op_params
  /external/u-boot/drivers/ddr/marvell/a38x/
seq_exec.h 31 u16 num_of_loops; /* for polling only */ member in struct:op_params
  /external/ltp/testcases/realtime/
run.sh 36 usage: $(basename "$0") [-p profile] -t test-argument [-l num_of_loops]

Completed in 1338 milliseconds