Home
last modified time | relevance | path

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

/external/u-boot/board/keymile/km83xx/
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()
/external/u-boot/include/
Dpost.h26 #define _POST_WORD_ADDR (CONFIG_SYS_IMMR + CPM_POST_WORD_ADDR)
/external/u-boot/include/configs/
Dkm8360.h255 #define CPM_POST_WORD_ADDR CONFIG_SYS_MEMTEST_END macro
/external/u-boot/arch/powerpc/include/asm/
Dcpm_85xx.h136 #define CPM_POST_WORD_ADDR 0x80FC /* steal a long at the end of SCC1 */ macro