Searched refs:post_word_load (Results 1 - 5 of 5) sorted by relevance

/u-boot/include/
H A Dpost.h38 static inline ulong post_word_load (void) function
50 extern ulong post_word_load(void);
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dinterrupts.c36 ulong post_word = post_word_load();
/u-boot/post/
H A Dpost.c91 newword = post_word_load() & ~POST_COLDBOOT;
106 unsigned long word = post_word_load();
153 unsigned long word = post_word_load();
164 unsigned long word = post_word_load();
/u-boot/board/keymile/pg-wcom-ls102xa/
H A Dpg-wcom-ls102xa.c171 ulong post_word_load(void) function
/u-boot/board/keymile/km83xx/
H A Dkm83xx.c312 ulong post_word_load(void) function
315 debug("post_word_load 0x%08lX: 0x%08X\n", (ulong)addr, in_le32(addr));

Completed in 105 milliseconds