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

/u-boot/arch/microblaze/lib/
H A Dbdinfo.c15 if (ci->icache_size) {
16 bdinfo_print_size("icache", ci->icache_size);
/u-boot/arch/nios2/include/asm/
H A Dglobal_data.h17 u32 icache_size; member in struct:arch_global_data
/u-boot/arch/microblaze/include/asm/
H A Dcpuinfo.h14 * @icache_size: Size of instruction cache memory in bytes.
25 u32 icache_size; member in struct:microblaze_cpuinfo
/u-boot/arch/nios2/lib/
H A Dcache.c73 if (end > start + gd->arch.icache_size)
74 end = start + gd->arch.icache_size;
88 __flush_icache(0, gd->arch.icache_size);
/u-boot/drivers/cpu/
H A Dmicroblaze_cpu.c39 update_cpuinfo_pvr(pvr, ci->icache_size, ICACHE_BYTE_SIZE);
56 ci->icache_size = dev_read_u32_default(dev, "i-cache-size", 0);
113 if (ci->icache_size || ci->dcache_size)
/u-boot/arch/microblaze/cpu/
H A Dcache.c33 __invalidate_icache(0, gd_cpuinfo()->icache_size);
H A Dcpuinfo.c125 ci->icache_size = CONFIG_XILINX_MICROBLAZE0_ICACHE_SIZE;
/u-boot/arch/nios2/cpu/
H A Dcpu.c131 gd->arch.icache_size = fdtdec_get_int(blob, node,

Completed in 96 milliseconds