Home
last modified time | relevance | path

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

/external/u-boot/include/configs/
Dmicroblaze-generic.h148 #ifndef XILINX_DCACHE_BYTE_SIZE
149 #define XILINX_DCACHE_BYTE_SIZE 32768 macro
/external/u-boot/arch/microblaze/cpu/
Dcache.c47 flush_cache(0, XILINX_DCACHE_BYTE_SIZE); in dcache_disable()
Dstart.S135 addik r6, r0, XILINX_DCACHE_BYTE_SIZE
311 addik r6, r0, XILINX_DCACHE_BYTE_SIZE
/external/u-boot/arch/microblaze/lib/
Dbootm.c72 flush_cache(0, XILINX_DCACHE_BYTE_SIZE); in do_bootm_linux()