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

  /external/u-boot/arch/arm/include/asm/arch-omap4/
omap.h 97 unsigned int s32k_cr; /* 0x10 */ member in struct:s32ktimer
  /external/u-boot/arch/arm/include/asm/arch-omap3/
omap.h 90 unsigned int s32k_cr; /* 0x10 */ member in struct:s32ktimer
  /external/u-boot/arch/arm/include/asm/arch-omap5/
omap.h 129 unsigned int s32k_cr; /* 0x10 */ member in struct:s32ktimer
  /external/u-boot/arch/arm/mach-omap2/omap3/
clock.c 61 start = 20 + readl(&s32k_base->s32k_cr);
64 while (readl(&s32k_base->s32k_cr) < start);
70 while (readl(&s32k_base->s32k_cr) < (start + 20)) ;

Completed in 1016 milliseconds