Home
last modified time | relevance | path

Searched refs:EN_GPT1 (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/arch/arm/mach-omap2/omap3/
Dclock.c49 val = readl(&prcm_base->iclken_wkup) | EN_GPT1 | EN_32KSYNC; in get_osc_clk_speed()
52 val = readl(&prcm_base->fclken_wkup) | EN_GPT1; in get_osc_clk_speed()
/external/u-boot/arch/arm/include/asm/arch-omap3/
Dcpu.h419 #define EN_GPT1 (0x1 << 0) macro