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

  /external/u-boot/arch/arm/mach-omap2/omap5/
hwinit.c 449 if (rst_time > RSTTIME1_MASK)
450 rst_time = RSTTIME1_MASK;
452 rst_val = readl((*prcm)->prm_rsttime) & ~RSTTIME1_MASK;
  /external/u-boot/arch/arm/include/asm/arch-omap5/
clock.h 202 #define RSTTIME1_MASK (0x3ff << 0)

Completed in 548 milliseconds