Home
last modified time | relevance | path

Searched refs:test_result (Results 1 – 7 of 7) sorted by relevance

/u-boot/drivers/ram/stm32mp1/
A Dstm32mp1_tests.c693 enum test_result res = TEST_PASSED; in test_noise()
757 enum test_result res = TEST_PASSED; in test_noise_burst()
814 enum test_result res = TEST_PASSED; in test_loop()
982 enum test_result res = TEST_PASSED; in test_loop_size()
1017 enum test_result res = TEST_PASSED; in test_checkboard()
1054 enum test_result res = TEST_PASSED; in test_blockseq()
1088 enum test_result res = TEST_PASSED; in test_walkbit0()
1126 enum test_result res = TEST_PASSED; in test_walkbit1()
1168 enum test_result res = TEST_PASSED; in test_bitspread()
1213 enum test_result res = TEST_PASSED; in test_bitflip()
[all …]
A Dstm32mp1_tuning.c48 bool test_result; member
391 bist->test_result = true; in BIST_test()
454 bist->test_result = true; in BIST_test()
456 bist->test_result = false; in BIST_test()
582 success = result.test_result; in bit_deskew()
683 success = result.test_result; in bit_deskew()
999 success = result.test_result; in eye_training()
1050 success = result.test_result; in eye_training()
1430 enum test_result res; in do_read_dqs_gating()
1450 enum test_result res; in do_bit_deskew()
[all …]
A Dstm32mp1_tests.h11 enum test_result { enum
18 enum test_result (*fct)(struct stm32mp1_ddrctl *ctl,
/u-boot/tools/patman/
A Dcommand.py48 test_result = None variable
70 if test_result:
71 if hasattr(test_result, '__call__'):
72 result = test_result(pipe_list=pipe_list)
76 return test_result
/u-boot/tools/buildman/
A Dfunc_test.py183 command.test_result = self._HandleCommand
232 command.test_result = None
243 command.test_result = None
252 command.test_result = command.CommandResult(return_code=1)
256 command.test_result = command.CommandResult(return_code=0)
/u-boot/arch/arm/mach-mvebu/serdes/a38x/
A Dhigh_speed_env_spec.c802 u32 test_result = 0; in hws_serdes_topology_verify() local
837 test_result = WRONG_NUMBER_OF_UNITS; in hws_serdes_topology_verify()
840 test_result = UNIT_NUMBER_VIOLATION; in hws_serdes_topology_verify()
844 test_result = SERDES_ALREADY_IN_USE; in hws_serdes_topology_verify()
847 if (test_result == SERDES_ALREADY_IN_USE) { in hws_serdes_topology_verify()
852 } else if (test_result == WRONG_NUMBER_OF_UNITS) { in hws_serdes_topology_verify()
859 } else if (test_result == UNIT_NUMBER_VIOLATION) { in hws_serdes_topology_verify()
/u-boot/tools/binman/
A Dftest.py241 command.test_result = None
638 command.test_result = command.CommandResult()
642 command.test_result = None
1614 command.test_result = self._HandleGbbCommand
1672 command.test_result = self._HandleVblockCommand
1705 command.test_result = self._HandleVblockCommand

Completed in 31 milliseconds