Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/post/
H A Dpost.c32 if (test->init_f && test->init_f()) in post_init_f()
444 if (test->init_f) { in post_reloc()
445 addr = (ulong)(test->init_f) + gd->reloc_off; in post_reloc()
446 test->init_f = (int (*)(void)) addr; in post_reloc()
/rk3399_rockchip-uboot/include/
H A Dpost.h103 int (*init_f) (void); member