Home
last modified time | relevance | path

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

/openbmc/u-boot/board/beckhoff/mx53cx9020/
H A Dmx53cx9020.c50 #define CCAT_BASE_ADDR ((void *)0xf0000000) macro
51 #define CCAT_END_ADDR (CCAT_BASE_ADDR + (1024 * 1024 * 32))
53 #define CCAT_SIGN_ADDR (CCAT_BASE_ADDR + 12)
272 writeb(buffer[i], CCAT_BASE_ADDR); in ccat_write_fn()
274 writeb(0xff, CCAT_BASE_ADDR); in ccat_write_fn()
275 writeb(0xff, CCAT_BASE_ADDR); in ccat_write_fn()
290 invalidate_dcache_range((ulong) CCAT_BASE_ADDR, (ulong) CCAT_END_ADDR); in ccat_post_fn()
318 .base = CCAT_BASE_ADDR,