Home
last modified time | relevance | path

Searched refs:state_reset_for_test (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Dstate.h220 void state_reset_for_test(struct sandbox_state *state);
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dstate.c354 void state_reset_for_test(struct sandbox_state *state) in state_reset_for_test() function
372 state_reset_for_test(state); in state_init()
/OK3568_Linux_fs/u-boot/test/dm/
H A Dtest-main.c32 state_reset_for_test(state_get_current()); in dm_test_init()