Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mm/
H A Dl2c-l2x0-resume.S27 @ r7 = prefetch_ctrl
H A Dcache-l2x0.c559 l2x0_saved_regs.prefetch_ctrl = readl_relaxed(base + in l2c310_save()
588 l2c_write_sec(l2x0_saved_regs.prefetch_ctrl, base, in l2c310_configure()
706 u32 val = l2x0_saved_regs.prefetch_ctrl; in l2c310_fixup()
709 l2x0_saved_regs.prefetch_ctrl = val; in l2c310_fixup()
1200 prefetch = l2x0_saved_regs.prefetch_ctrl; in l2c310_of_parse()
1278 l2x0_saved_regs.prefetch_ctrl = prefetch; in l2c310_of_parse()
1720 l2x0_saved_regs.prefetch_ctrl = in tauros3_save()
1729 writel_relaxed(l2x0_saved_regs.prefetch_ctrl, in tauros3_configure()
/openbmc/linux/arch/arm/include/asm/hardware/
H A Dcache-l2x0.h182 unsigned long prefetch_ctrl; member
/openbmc/linux/arch/arm/mach-exynos/
H A Dfirmware.c192 regs->prefetch_ctrl); in exynos_l2_configure()
/openbmc/linux/arch/arm/kernel/
H A Dasm-offsets.c98 DEFINE(L2X0_R_PREFETCH_CTRL, offsetof(struct l2x0_regs, prefetch_ctrl)); in main()
/openbmc/linux/arch/arm/mach-omap2/
H A Domap-mpuss-lowpower.c203 writel_relaxed(l2x0_saved_regs.prefetch_ctrl, in save_l2x0_context()