Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-omap2/
Dtimer.c58 unsigned long now, last = readl(&timer_base->tcrr); in __udelay()
61 now = readl(&timer_base->tcrr); in __udelay()
73 ulong now = readl(&timer_base->tcrr) / (TIMER_CLOCK / CONFIG_SYS_HZ); in get_timer_masked()
/external/u-boot/drivers/timer/
Domap-timer.c35 unsigned int tcrr; /* offset 0x3c */ member
54 *count = readl(&priv->regs->tcrr); in omap_timer_get_count()
/external/u-boot/arch/arm/include/asm/arch-omap4/
Dcpu.h27 u32 tcrr; /* 0x28 rw */ member
/external/u-boot/arch/arm/include/asm/arch-omap5/
Dcpu.h33 u32 tcrr; /* 0x3c rw */ member
/external/u-boot/arch/arm/mach-omap2/omap3/
Dclock.c67 cstart = readl(&gpt1_base->tcrr); in get_osc_clk_speed()
71 cend = readl(&gpt1_base->tcrr); /* get end sys_clk count */ in get_osc_clk_speed()
/external/u-boot/arch/arm/include/asm/arch-am33xx/
Dcpu.h433 unsigned int tcrr; /* offset 0x3c */ member
/external/u-boot/arch/arm/include/asm/arch-omap3/
Dcpu.h274 u32 tcrr; /* 0x28 rw */ member
/external/u-boot/board/BuR/common/
Dcommon.c101 timerhw->tcrr = tmp; in lcdbacklight()