Home
last modified time | relevance | path

Searched refs:set_cr (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dcache-cp15.c216 set_cr(reg | CR_M); in mmu_setup()
233 set_cr(reg | cache_bit); in cache_enable()
254 set_cr(reg & ~cache_bit); in cache_disable()
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/
H A Dcpu.c200 set_cr(reg | CR_M); in mmu_setup()
217 set_cr(get_cr() | CR_C); in enable_caches()
/rk3399_rockchip-uboot/arch/arm/mach-kirkwood/
H A Dcpu.c298 set_cr(temp & ~CR_V); in arch_misc_init()
/rk3399_rockchip-uboot/arch/arm/mach-orion5x/
H A Dcpu.c273 set_cr(temp & ~CR_V); in arch_misc_init()
/rk3399_rockchip-uboot/arch/arm/mach-exynos/
H A Dspl_boot.c58 set_cr(set_cr_z ? cr | CR_Z : cr & ~CR_Z); in config_branch_prediction()
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dsystem.h414 static inline void set_cr(unsigned int val) in set_cr() function