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

  /external/u-boot/arch/arm/mach-omap2/omap3/
clock.c 49 val = readl(&prcm_base->iclken_wkup) | EN_GPT1 | EN_32KSYNC;
50 writel(val, &prcm_base->iclken_wkup);
780 setbits_le32(&prcm_base->iclken_wkup, 0x00000004);
789 out_le32(&prcm_base->iclken_wkup, ICK_WKUP_ON);
board.c 261 setbits_le32(&prcm_base->iclken_wkup, 0x20);
  /external/u-boot/arch/arm/include/asm/arch-omap3/
cpu.h 343 u32 iclken_wkup; /* 0xc10 */ member in struct:prcm

Completed in 90 milliseconds