Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dpost.h27 #define _POST_WORD_ADDR (CONFIG_SYS_IMMR + CPM_POST_WORD_ADDR)
/rk3399_rockchip-uboot/board/keymile/km83xx/
H A Dkm83xx.c397 void* addr = (ulong *) (CPM_POST_WORD_ADDR); in post_word_load()
404 void* addr = (ulong *) (CPM_POST_WORD_ADDR); in post_word_store()
/rk3399_rockchip-uboot/include/configs/
H A Dkm8360.h268 #define CPM_POST_WORD_ADDR CONFIG_SYS_MEMTEST_END macro
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dcpm_85xx.h136 #define CPM_POST_WORD_ADDR 0x80FC /* steal a long at the end of SCC1 */ macro