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

  /external/u-boot/arch/arm/include/asm/arch-omap4/
cpu.h 40 #define GPT_EN ((0x0 << 2) | (0x1 << 1) | (0x1 << 0))
  /external/u-boot/arch/arm/include/asm/arch-omap5/
cpu.h 46 #define GPT_EN ((0x0 << 2) | (0x1 << 1) | (0x1 << 0))
  /external/u-boot/arch/arm/include/asm/arch-omap3/
cpu.h 287 #define GPT_EN ((0x0 << 2) | (0x1 << 1) | (0x1 << 0))
  /external/u-boot/arch/arm/mach-omap2/omap3/
clock.c 56 writel(GPT_EN, &gpt1_base->tclr); /* enable clock */

Completed in 1597 milliseconds