Searched refs:dcache_size (Results 1 - 8 of 8) sorted by relevance

/u-boot/arch/microblaze/lib/
H A Dbdinfo.c20 if (ci->dcache_size) {
21 bdinfo_print_size("dcache", ci->dcache_size);
/u-boot/arch/nios2/include/asm/
H A Dglobal_data.h16 u32 dcache_size; member in struct:arch_global_data
/u-boot/arch/microblaze/include/asm/
H A Dcpuinfo.h16 * @dcache_size: Size of data cache memory in bytes.
28 u32 dcache_size; member in struct:microblaze_cpuinfo
/u-boot/arch/nios2/lib/
H A Dcache.c38 if (end > start + gd->arch.dcache_size)
39 end = start + gd->arch.dcache_size;
87 __flush_dcache_all(0, gd->arch.dcache_size);
/u-boot/drivers/cpu/
H A Dmicroblaze_cpu.c42 update_cpuinfo_pvr(pvr, ci->dcache_size, DCACHE_BYTE_SIZE);
60 ci->dcache_size = dev_read_u32_default(dev, "d-cache-size", 0);
113 if (ci->icache_size || ci->dcache_size)
/u-boot/arch/microblaze/cpu/
H A Dcache.c64 __flush_dcache(0, gd_cpuinfo()->dcache_size);
H A Dcpuinfo.c128 ci->dcache_size = CONFIG_XILINX_MICROBLAZE0_DCACHE_SIZE;
/u-boot/arch/nios2/cpu/
H A Dcpu.c129 gd->arch.dcache_size = fdtdec_get_int(blob, node,

Completed in 211 milliseconds