Home
last modified time | relevance | path

Searched refs:CR_C (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dcache-cp15.c230 if ((cache_bit == CR_C) && !mmu_enabled()) in cache_enable()
243 if (cache_bit == CR_C) { in cache_disable()
245 if ((reg & CR_C) != CR_C) in cache_disable()
252 if (cache_bit == (CR_C | CR_M)) in cache_disable()
308 cache_enable(CR_C); in dcache_enable()
313 cache_disable(CR_C); in dcache_disable()
318 return (get_cr() & CR_C) != 0; in dcache_status()
/OK3568_Linux_fs/kernel/arch/arm/mach-spear/
H A Dhotplug.c35 : "r" (0), "Ir" (CR_C) in cpu_enter_lowpower()
50 : "Ir" (CR_C) in cpu_leave_lowpower()
/OK3568_Linux_fs/kernel/arch/arm/plat-versatile/
H A Dhotplug.c37 : "r" (0), "Ir" (CR_C), "Ir" (actrl_mask) in versatile_immitation_enter_lowpower()
53 : "Ir" (CR_C), "Ir" (actrl_mask) in versatile_immitation_leave_lowpower()
/OK3568_Linux_fs/kernel/arch/arm/mach-tegra/
H A Dsleep.S39 tst r2, #CR_C @ see tegra_sleep_cpu()
40 bic r2, r2, #CR_C
115 movw r2, #CR_I | CR_Z | CR_C | CR_M
/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/arm32/
H A Dlowlevel_init.S25 orr r0, r0, #(CR_C | CR_M) @ enable MMU and Dcache
44 bic r0, r0, #(CR_C | CR_M) @ disable MMU and Dcache
76 orr r0, r0, #(CR_C | CR_M) @ MMU and Dcache enable
H A Dpsci_smp.S17 bic r1, r1, #(CR_C | CR_M) @ Disable MMU and Dcache
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dcache-feroceon-l2.c246 if (cr & CR_C) { in flush_and_disable_dcache()
251 set_cr(cr & ~CR_C); in flush_and_disable_dcache()
263 set_cr(cr | CR_C); in enable_dcache()
H A Dmmu.c82 .cr_mask = CR_W|CR_C,
87 .cr_mask = CR_C,
1574 set_cr(cr & ~(CR_I | CR_C)); in early_paging_init()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/
H A Dcache_v8.c472 set_sctlr(get_sctlr() | CR_C); in dcache_enable()
482 if (!(sctlr & CR_C)) in dcache_disable()
485 set_sctlr(sctlr & ~(CR_C|CR_M)); in dcache_disable()
493 return (get_sctlr() & CR_C) != 0; in dcache_status()
H A Dcache.S235 movn x1, #(CR_M | CR_C | CR_I)
/OK3568_Linux_fs/kernel/arch/arm/mach-shmobile/
H A Dplatsmp-apmu.c97 : "Ir" (CR_C) in cpu_enter_lowpower_a15()
167 : "Ir" (CR_C), "Ir" (0x40) in cpu_leave_lowpower()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dsystem.h15 #define CR_C (1 << 2) /* Dcache enable */ macro
310 #define CR_C (1 << 2) /* Dcache enable */ macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dcp15.h12 #define CR_C (1 << 2) /* Dcache enable */ macro
H A Dcacheflush.h460 "bic r0, r0, #"__stringify(CR_C)" \n\t" \
/OK3568_Linux_fs/kernel/arch/arm/mach-zx/
H A Dplatsmp.c142 : "r" (0), "Ir" (CR_C), "Ir" (0x40) in cpu_enter_lowpower()
/OK3568_Linux_fs/kernel/arch/arm/mach-exynos/
H A Dmcpm-exynos.c40 "bic r0, r0, #"__stringify(CR_C)"\n\t" \
H A Dplatsmp.c45 : "Ir" (CR_C), "Ir" (0x40) in cpu_leave_lowpower()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dcpu.c217 set_cr(get_cr() | CR_C); in enable_caches()
/OK3568_Linux_fs/kernel/arch/arm/mach-mvebu/
H A Dpmsu.c302 : : "Ir" (CR_C) : "r0"); in armada_370_xp_pmsu_idle_enter()
/OK3568_Linux_fs/u-boot/common/
H A Dboard_r.c134 if (reg & CR_C) in print_cr()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dhead.S453 bic r0, r0, #CR_C
H A Dhead-nommu.S175 bic r0, r0, #CR_C
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dcpu.c260 set_sctlr(get_sctlr() | CR_C); in arch_cpu_init()