Home
last modified time | relevance | path

Searched refs:iclken_wkup (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/arm/mach-omap2/omap3/
H A Dclock.c49 val = readl(&prcm_base->iclken_wkup) | EN_GPT1 | EN_32KSYNC; in get_osc_clk_speed()
50 writel(val, &prcm_base->iclken_wkup); in get_osc_clk_speed()
780 setbits_le32(&prcm_base->iclken_wkup, 0x00000004); in per_clocks_enable()
789 out_le32(&prcm_base->iclken_wkup, ICK_WKUP_ON); in per_clocks_enable()
H A Dboard.c261 setbits_le32(&prcm_base->iclken_wkup, 0x20); in watchdog_init()
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Dcpu.h343 u32 iclken_wkup; /* 0xc10 */ member