Searched refs:test_result (Results 1 - 6 of 6) sorted by relevance

/u-boot/drivers/ram/stm32mp1/
H A Dstm32mp1_tests.h11 enum test_result { enum
18 enum test_result (*fct)(struct stm32mp1_ddrctl *ctl,
H A Dstm32mp1_tests.c347 static enum test_result databuswalk0(struct stm32mp1_ddrctl *ctl,
388 static enum test_result databuswalk1(struct stm32mp1_ddrctl *ctl,
428 static enum test_result test_databus(struct stm32mp1_ddrctl *ctl,
447 static enum test_result test_addressbus(struct stm32mp1_ddrctl *ctl,
477 static enum test_result test_memdevice(struct stm32mp1_ddrctl *ctl,
518 static enum test_result test_sso(struct stm32mp1_ddrctl *ctl,
589 static enum test_result test_random(struct stm32mp1_ddrctl *ctl,
686 static enum test_result test_noise(struct stm32mp1_ddrctl *ctl,
693 enum test_result res = TEST_PASSED;
750 static enum test_result test_noise_burs
[all...]
/u-boot/tools/u_boot_pylib/
H A Dcommand.py41 test_result = None variable
66 if test_result:
67 if hasattr(test_result, '__call__'):
69 result = test_result(pipe_list=pipe_list)
73 return test_result
/u-boot/arch/arm/mach-mvebu/serdes/a38x/
H A Dhigh_speed_env_spec.c822 u32 test_result = 0; local
857 test_result = WRONG_NUMBER_OF_UNITS;
860 test_result = UNIT_NUMBER_VIOLATION;
864 test_result = SERDES_ALREADY_IN_USE;
867 if (test_result == SERDES_ALREADY_IN_USE) {
872 } else if (test_result == WRONG_NUMBER_OF_UNITS) {
879 } else if (test_result == UNIT_NUMBER_VIOLATION) {
/u-boot/tools/buildman/
H A Dfunc_test.py188 command.test_result = self._HandleCommand
267 command.test_result = None
278 command.test_result = None
287 command.test_result = command.CommandResult(return_code=1)
291 command.test_result = command.CommandResult(return_code=0)
/u-boot/tools/binman/
H A Dftest.py305 command.test_result = None
777 command.test_result = command.CommandResult()
781 command.test_result = None
1823 command.test_result = self._HandleGbbCommand
1892 command.test_result = self._HandleVblockCommand
1925 command.test_result = self._HandleVblockCommand
5417 command.test_result = self._HandleGbbCommand

Completed in 87 milliseconds