Home
last modified time | relevance | path

Searched refs:timer0 (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/lpc32xx/
H A Dtimer.c13 static struct timer_regs *timer0 = (struct timer_regs *)TIMER0_BASE; variable
50 lpc32xx_timer_reset(timer0, CONFIG_SYS_HZ); in timer_init()
51 lpc32xx_timer_count(timer0, 1); in timer_init()
58 return readl(&timer0->tc) - base; in get_timer()
/rk3399_rockchip-uboot/arch/nds32/dts/
H A Dag101p.dts17 tick-timer = &timer0;
51 timer0: timer@98400000 { label
H A Dae3xx.dts17 tick-timer = &timer0;
52 timer0: timer@f0400000 { label
/rk3399_rockchip-uboot/arch/arm/dts/
H A Drk3368-lion-u-boot.dtsi89 &timer0 {
H A Dsocfpga.dtsi19 timer0 = &timer0;
689 timer0: timer0@ffc08000 { label
H A Dsocfpga_arria10.dtsi31 timer0 = &timer0;
769 timer0: timer0@ffc02700 { label
H A Dkeystone-clocks.dtsi289 clock-output-names = "timer0";
H A Drk3368.dtsi747 timer0: timer@ff810000 { label
/rk3399_rockchip-uboot/drivers/bios_emulator/include/
H A Dbiosemu.h92 u32 timer0; member
/rk3399_rockchip-uboot/drivers/timer/
H A DKconfig98 ARC cores may have up to 2 built-in timers: timer0 and timer1,