Home
last modified time | relevance | path

Searched refs:loop_count (Results 1 – 10 of 10) sorted by relevance

/openbmc/openbmc-test-automation/extended/
H A Dtest_bmc_upload_stability.robot49 ${loop_count}= Catenate Starting iteration: ${iteration}
51 Rpvars loop_count
71 ${loop_count}= Catenate Ending iteration: ${iteration}
72 Rpvars loop_count
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/
H A Drt_bmark.py258 loop_count = 30000 # Number of loops (on core 0). variable
266 "-l", str(loop_count)
304 est_exec_time_once = interval_core_0 * loop_count
310 log(" Number of cycles : ", loop_count*suite_size,
311 " (", suite_size, " sets of ", loop_count, " cycles)")
/openbmc/u-boot/drivers/usb/host/
H A Dehci-tegra.c349 int loop_count; in init_utmi_usb_controller() local
542 for (loop_count = 100000; loop_count != 0; loop_count--) { in init_utmi_usb_controller()
547 if (!loop_count) in init_utmi_usb_controller()
588 int loop_count; in init_ulpi_usb_controller() local
660 for (loop_count = 100000; loop_count != 0; loop_count--) { in init_ulpi_usb_controller()
665 if (!loop_count) in init_ulpi_usb_controller()
/openbmc/u-boot/arch/x86/lib/
H A Dscu.c64 int loop_count = 100000; in scu_ipc_check_status() local
73 } while (--loop_count); in scu_ipc_check_status()
74 if (!loop_count) in scu_ipc_check_status()
/openbmc/openbmc-test-automation/systest/
H A Dgpu_stress_test.robot80 ${loop_count}= Catenate Starting iteration: ${iteration}
82 Rpvars loop_count
142 ${loop_count}= Catenate Ending iteration: ${iteration}
144 Rpvars loop_count
H A Dhtx_hardbootme_test.robot128 ${loop_count}= Catenate Starting iteration: ${iteration}
132 Rprint Vars loop_count estimated_loop_time estimated_time_remaining
164 ${loop_count}= Catenate Ending iteration: ${iteration}
171 Rprint Vars loop_count estimated_time_remaining
H A Dhtx_softbootme_test.robot110 ${loop_count}= Catenate Completed reboot number: ${iteration}
113 Rprint Vars loop_count
/openbmc/openbmc-test-automation/gui/gui_test/settings_menu/
H A Dtest_date_and_time_sub_menu.robot244 # loop_count
296 [Arguments] ${loop_count}=${LOOP_COUNT}
299 # loop_count Number of loops to move from manual to NTP.
301 FOR ${x} IN RANGE ${loop_count}
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_boot_devices.robot41 ${loop_count} 2 variable
358 Repeat Keyword ${loop_count} times Host Reboot For Bios Setup
422 Repeat Keyword ${loop_count} times Host Reboot For Bios Setup
/openbmc/ipmitool/lib/
H A Dipmi_delloem.c1817 uint8_t loop_count; in ipmi_macinfo_11g() local
1824 loop_count = maxlen / len; in ipmi_macinfo_11g()
1854 loop_count = maxlen / len; in ipmi_macinfo_11g()
1862 for (i = 0; i < loop_count; i++, offset = offset + len) { in ipmi_macinfo_11g()