Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/nios2/lib/
H A Dcache.c38 if (end > start + gd->arch.dcache_size) in __flush_dcache_all()
39 end = start + gd->arch.dcache_size; in __flush_dcache_all()
87 __flush_dcache_all(0, gd->arch.dcache_size); in flush_dcache_all()
/rk3399_rockchip-uboot/arch/nios2/include/asm/
H A Dglobal_data.h14 u32 dcache_size; member
/rk3399_rockchip-uboot/arch/nios2/cpu/
H A Dcpu.c114 gd->arch.dcache_size = fdtdec_get_int(blob, node, in altera_nios2_probe()