Home
last modified time | relevance | path

Searched refs:CPM_POST_WORD_ADDR (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/board/keymile/km83xx/
H A Dkm83xx.c396 void* addr = (ulong *) (CPM_POST_WORD_ADDR); in post_word_load()
403 void* addr = (ulong *) (CPM_POST_WORD_ADDR); in post_word_store()
/openbmc/u-boot/include/
H A Dpost.h26 #define _POST_WORD_ADDR (CONFIG_SYS_IMMR + CPM_POST_WORD_ADDR)
/openbmc/u-boot/include/configs/
H A Dkm8360.h255 #define CPM_POST_WORD_ADDR CONFIG_SYS_MEMTEST_END macro
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dcpm_85xx.h136 #define CPM_POST_WORD_ADDR 0x80FC /* steal a long at the end of SCC1 */ macro