Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/mach-at91/include/mach/
H A Dat91_pit.h23 #define AT91_PIT_MR_EN 0x01000000 macro
/openbmc/u-boot/arch/arm/mach-at91/armv7/
H A Dtimer.c48 writel(TIMER_LOAD_VAL | AT91_PIT_MR_EN , &pit->mr); in timer_init()
/openbmc/u-boot/arch/arm/mach-at91/arm926ejs/
H A Dtimer.c44 writel(TIMER_LOAD_VAL | AT91_PIT_MR_EN , &pit->mr); in timer_init()