Home
last modified time | relevance | path

Searched refs:tclr (Results 1 – 8 of 8) sorted by relevance

/external/u-boot/drivers/timer/
Domap-timer.c34 unsigned int tclr; /* offset 0x38 */ member
70 TCLR_START, &priv->regs->tclr); in omap_timer_probe()
/external/u-boot/arch/arm/mach-omap2/
Dtimer.c41 &timer_base->tclr); in timer_init()
/external/u-boot/arch/arm/include/asm/arch-omap4/
Dcpu.h26 u32 tclr; /* 0x24 rw */ member
/external/u-boot/arch/arm/include/asm/arch-omap5/
Dcpu.h32 u32 tclr; /* 0x38 rw */ member
/external/u-boot/arch/arm/include/asm/arch-am33xx/
Dcpu.h432 unsigned int tclr; /* offset 0x38 */ member
/external/u-boot/arch/arm/include/asm/arch-omap3/
Dcpu.h273 u32 tclr; /* 0x24 rw */ member
/external/u-boot/board/BuR/common/
Dcommon.c104 timerhw->tclr = (TCLR_PT | (2 << TCLR_TRG_SHIFT) | in lcdbacklight()
/external/u-boot/arch/arm/mach-omap2/omap3/
Dclock.c56 writel(GPT_EN, &gpt1_base->tclr); /* enable clock */ in get_osc_clk_speed()