HomeSort by relevance Sort by last modified time
    Searched refs:pl310_regs (Results 1 - 8 of 8) sorted by null

  /external/u-boot/arch/arm/mach-imx/
cache.c 83 struct pl310_regs *const pl310 = (struct pl310_regs *)L2_PL310_BASE;
143 struct pl310_regs *const pl310 = (struct pl310_regs *)L2_PL310_BASE;
  /external/u-boot/arch/arm/lib/
cache-pl310.c 14 struct pl310_regs *const pl310 = (struct pl310_regs *)CONFIG_SYS_PL310_BASE;
  /external/u-boot/arch/arm/mach-mvebu/
cpu.c 384 struct pl310_regs *const pl310 =
385 (struct pl310_regs *)CONFIG_SYS_PL310_BASE;
616 struct pl310_regs *const pl310 =
617 (struct pl310_regs *)CONFIG_SYS_PL310_BASE;
639 struct pl310_regs *const pl310 =
640 (struct pl310_regs *)CONFIG_SYS_PL310_BASE;
  /external/u-boot/arch/arm/mach-socfpga/
misc.c 26 static const struct pl310_regs *const pl310 =
27 (struct pl310_regs *)CONFIG_SYS_PL310_BASE;
misc_arria10.c 31 static struct pl310_regs *const pl310 =
32 (struct pl310_regs *)CONFIG_SYS_PL310_BASE;
spl.c 32 static struct pl310_regs *const pl310 =
33 (struct pl310_regs *)CONFIG_SYS_PL310_BASE;
misc_gen5.c 28 static struct pl310_regs *const pl310 =
29 (struct pl310_regs *)CONFIG_SYS_PL310_BASE;
  /external/u-boot/arch/arm/include/asm/
pl310.h 22 struct pl310_regs { struct

Completed in 84 milliseconds