Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-omap2/am33xx/
Dclock_ti816x.c323 writel(PRCM_MOD_EN, (DM_TIMER1_BASE + 0x54)); in peripheral_enable()
324 while (readl(DM_TIMER1_BASE + 0x10) & BIT(0)) in peripheral_enable()
327 writel(BIT(0), (DM_TIMER1_BASE + 0x38)); in peripheral_enable()
/external/u-boot/arch/arm/include/asm/arch-am33xx/
Dhardware.h31 #define DM_TIMER1_BASE 0x4802E000 macro