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

  /external/u-boot/arch/arm/mach-omap2/
reset.c 23 return (readl(PRM_RSTST) & PRM_RSTST_WARM_RESET_MASK);
  /external/u-boot/arch/arm/include/asm/arch-omap4/
cpu.h 107 #define PRM_RSTST_WARM_RESET_MASK 0x07EA
  /external/u-boot/arch/arm/include/asm/arch-omap5/
cpu.h 115 #define PRM_RSTST_WARM_RESET_MASK 0x7FEA
  /external/u-boot/arch/arm/include/asm/arch-am33xx/
cpu.h 68 #define PRM_RSTST_WARM_RESET_MASK 0x232
  /external/u-boot/arch/arm/include/asm/arch-omap3/
cpu.h 413 #define PRM_RSTST_WARM_RESET_MASK 0x7D2
  /external/u-boot/arch/arm/mach-omap2/omap5/
hwinit.c 434 return readl((*prcm)->prm_rstst) & PRM_RSTST_WARM_RESET_MASK;

Completed in 350 milliseconds