Home
last modified time | relevance | path

Searched refs:CR_I (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dcache-cp15.c276 cache_enable(CR_I); in icache_enable()
281 cache_disable(CR_I); in icache_disable()
286 return (get_cr() & CR_I) != 0; in icache_status()
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/arm32/
H A Dpsci_smp.S16 orr r1, r1, #CR_I @ Enable ICache
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dsystem.h17 #define CR_I (1 << 12) /* Icache enable */ macro
320 #define CR_I (1 << 12) /* Icache enable */ macro
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dcache_v8.c694 set_sctlr(get_sctlr() | CR_I); in icache_enable()
699 set_sctlr(get_sctlr() & ~CR_I); in icache_disable()
704 return (get_sctlr() & CR_I) != 0; in icache_status()
H A Dcache.S235 movn x1, #(CR_M | CR_C | CR_I)
H A Dstart.S124 mov x1, #CR_I
/rk3399_rockchip-uboot/common/
H A Dboard_r.c136 if (reg & CR_I) in print_cr()