Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_CACHELINE_SIZE (Results 1 – 25 of 89) sorted by relevance

1234

/u-boot/arch/x86/include/asm/
A Dcache.h13 #ifndef CONFIG_SYS_CACHELINE_SIZE
14 #define CONFIG_SYS_CACHELINE_SIZE 64 macro
17 #define ARCH_DMA_MINALIGN CONFIG_SYS_CACHELINE_SIZE
/u-boot/arch/arm/cpu/pxa/
A Dcache.c27 start &= ~(CONFIG_SYS_CACHELINE_SIZE - 1); in invalidate_dcache_range()
28 stop &= ~(CONFIG_SYS_CACHELINE_SIZE - 1); in invalidate_dcache_range()
32 start += CONFIG_SYS_CACHELINE_SIZE; in invalidate_dcache_range()
/u-boot/drivers/bootcount/
A Dbootcount.c18 CONFIG_SYS_CACHELINE_SIZE); in bootcount_store()
25 CONFIG_SYS_CACHELINE_SIZE); in bootcount_store()
31 CONFIG_SYS_CACHELINE_SIZE); in bootcount_store()
97 CONFIG_SYS_CACHELINE_SIZE); in bootcount_mem_set()
103 CONFIG_SYS_CACHELINE_SIZE); in bootcount_mem_set()
108 CONFIG_SYS_CACHELINE_SIZE); in bootcount_mem_set()
/u-boot/arch/powerpc/lib/
A Dcache.c17 start = start_addr & ~(CONFIG_SYS_CACHELINE_SIZE - 1); in flush_cache()
21 addr += CONFIG_SYS_CACHELINE_SIZE) { in flush_cache()
29 addr += CONFIG_SYS_CACHELINE_SIZE) { in flush_cache()
/u-boot/arch/microblaze/include/asm/
A Dcache.h15 #ifdef CONFIG_SYS_CACHELINE_SIZE
16 #define ARCH_DMA_MINALIGN CONFIG_SYS_CACHELINE_SIZE
/u-boot/arch/riscv/include/asm/
A Dcache.h18 #ifdef CONFIG_SYS_CACHELINE_SIZE
19 #define ARCH_DMA_MINALIGN CONFIG_SYS_CACHELINE_SIZE
/u-boot/arch/arm/cpu/arm926ejs/
A Dcache.c35 start += CONFIG_SYS_CACHELINE_SIZE; in invalidate_dcache_range()
46 start += CONFIG_SYS_CACHELINE_SIZE; in flush_dcache_range()
/u-boot/arch/nds32/include/asm/
A Dcache.h57 #ifdef CONFIG_SYS_CACHELINE_SIZE
58 #define ARCH_DMA_MINALIGN CONFIG_SYS_CACHELINE_SIZE
/u-boot/arch/arm/cpu/arm11/
A Dcpu.c76 start += CONFIG_SYS_CACHELINE_SIZE; in invalidate_dcache_range()
87 start += CONFIG_SYS_CACHELINE_SIZE; in flush_dcache_range()
/u-boot/arch/arm/mach-imx/imx8/
A Dparse-container.c32 img->dst & ~(CONFIG_SYS_CACHELINE_SIZE - 1), in authenticate_image()
33 ALIGN(img->dst + img->size, CONFIG_SYS_CACHELINE_SIZE) - 1); in authenticate_image()
37 image_index, img->dst & ~(CONFIG_SYS_CACHELINE_SIZE - 1), err); in authenticate_image()
170 ALIGN(length, CONFIG_SYS_CACHELINE_SIZE)); in read_auth_container()
/u-boot/arch/mips/mach-jz47xx/
A Dstart.S71 addiu t0, t0, CONFIG_SYS_CACHELINE_SIZE
78 addiu t0, t0, CONFIG_SYS_CACHELINE_SIZE
/u-boot/arch/sandbox/include/asm/
A Dcache.h22 #define CONFIG_SYS_CACHELINE_SIZE ARCH_DMA_MINALIGN macro
/u-boot/arch/powerpc/include/asm/
A Dcache.h31 #ifndef CONFIG_SYS_CACHELINE_SIZE
32 #define CONFIG_SYS_CACHELINE_SIZE L1_CACHE_BYTES macro
/u-boot/arch/mips/include/asm/
A Dcache.h19 #define CONFIG_SYS_CACHELINE_SIZE ARCH_DMA_MINALIGN macro
/u-boot/include/configs/
A Dsipeed-maix.h15 #define CONFIG_SYS_CACHELINE_SIZE 64 macro
A Drk3368_common.h11 #define CONFIG_SYS_CACHELINE_SIZE 64 macro
A Drk3188_common.h9 #define CONFIG_SYS_CACHELINE_SIZE 64 macro
/u-boot/arch/arm/mach-omap2/omap5/
A Dsec_entry_cpu1.S84 mov r1, #CONFIG_SYS_CACHELINE_SIZE
113 .balign CONFIG_SYS_CACHELINE_SIZE
114 .rept CONFIG_SYS_CACHELINE_SIZE/4
/u-boot/arch/m68k/include/asm/
A Dcache.h197 #ifdef CONFIG_SYS_CACHELINE_SIZE
198 #define ARCH_DMA_MINALIGN CONFIG_SYS_CACHELINE_SIZE
/u-boot/drivers/ddr/altera/
A Dsdram_soc64.c114 if (addr % CONFIG_SYS_CACHELINE_SIZE) { in sdram_clear_mem()
120 if (size % CONFIG_SYS_CACHELINE_SIZE) { in sdram_clear_mem()
127 for (i = 0; i < size; i = i + CONFIG_SYS_CACHELINE_SIZE) { in sdram_clear_mem()
132 addr += CONFIG_SYS_CACHELINE_SIZE; in sdram_clear_mem()
/u-boot/arch/arm/lib/
A Dcache.c58 if (start & (CONFIG_SYS_CACHELINE_SIZE - 1)) in check_cache_range()
61 if (stop & (CONFIG_SYS_CACHELINE_SIZE - 1)) in check_cache_range()
/u-boot/arch/arc/include/asm/
A Dcache.h20 #define CONFIG_SYS_CACHELINE_SIZE ARCH_DMA_MINALIGN macro
/u-boot/arch/arm/include/asm/
A Dcache.h50 #define ARCH_DMA_MINALIGN CONFIG_SYS_CACHELINE_SIZE
/u-boot/arch/mips/mach-mtmips/
A Dddr_cal.c24 #define TEST_PAT_SIZE (NUM_OF_CACHELINE * CONFIG_SYS_CACHELINE_SIZE)
59 for (i = 0; i < TEST_PAT_SIZE; i += CONFIG_SYS_CACHELINE_SIZE) in dqs_test_error()
63 for (i = 0; i < TEST_PAT_SIZE; i += CONFIG_SYS_CACHELINE_SIZE) in dqs_test_error()
/u-boot/drivers/usb/dwc3/
A Dio.h23 #define CACHELINE_SIZE CONFIG_SYS_CACHELINE_SIZE

Completed in 32 milliseconds

1234