Home
last modified time | relevance | path

Searched refs:init_f (Results 1 – 2 of 2) sorted by relevance

/u-boot/post/
A Dpost.c37 if (test->init_f && test->init_f()) in post_init_f()
451 if (test->init_f) { in post_reloc()
452 addr = (ulong)(test->init_f) + gd->reloc_off; in post_reloc()
453 test->init_f = (int (*)(void)) addr; in post_reloc()
/u-boot/include/
A Dpost.h102 int (*init_f) (void); member

Completed in 5 milliseconds