Home
last modified time | relevance | path

Searched refs:l2x0_saved_regs (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/arm/mm/
H A Dcache-l2x0.c46 struct l2x0_regs l2x0_saved_regs; variable
117 outer_cache.configure(&l2x0_saved_regs); in l2c_enable()
611 u32 aux = l2x0_saved_regs.aux_ctrl; in l2c310_enable()
867 l2x0_saved_regs.aux_ctrl = aux; in __l2c_init()
1140 l2x0_saved_regs.tag_latency = in l2c310_of_parse()
1148 l2x0_saved_regs.data_latency = in l2c310_of_parse()
1156 l2x0_saved_regs.filter_end = in l2c310_of_parse()
1280 power = l2x0_saved_regs.pwr_ctrl | in l2c310_of_parse()
1298 l2x0_saved_regs.pwr_ctrl = power; in l2c310_of_parse()
1718 l2x0_saved_regs.aux2_ctrl = in tauros3_save()
[all …]
/openbmc/linux/drivers/firmware/
H A Dtrusted_foundations.c109 if (l2x0_saved_regs.aux_ctrl & L310_AUX_CTRL_ASSOCIATIVITY_16) in tf_cache_write_sec()
124 l2x0_saved_regs.aux_ctrl); in tf_cache_write_sec()
/openbmc/linux/arch/arm/mach-omap2/
H A Domap-mpuss-lowpower.c201 writel_relaxed(l2x0_saved_regs.aux_ctrl, in save_l2x0_context()
203 writel_relaxed(l2x0_saved_regs.prefetch_ctrl, in save_l2x0_context()
/openbmc/linux/arch/arm/mach-exynos/
H A Dsleep.S115 1: .long l2x0_saved_regs - .
/openbmc/linux/arch/arm/include/asm/hardware/
H A Dcache-l2x0.h188 extern struct l2x0_regs l2x0_saved_regs;