Home
last modified time | relevance | path

Searched refs:timer1 (Results 1 – 13 of 13) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/lpc32xx/
H A Dtimer.c14 static struct timer_regs *timer1 = (struct timer_regs *)TIMER1_BASE; variable
64 lpc32xx_timer_reset(timer1, CONFIG_SYS_HZ * 1000); in __udelay()
65 lpc32xx_timer_count(timer1, 1); in __udelay()
67 while (readl(&timer1->tc) < usec) in __udelay()
70 lpc32xx_timer_count(timer1, 0); in __udelay()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-armada100/
H A Dcpu.h111 u32 timer1; /*0x044*/ member
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dsocfpga.dtsi20 timer1 = &timer1;
697 timer1: timer1@ffc09000 { label
H A Dsocfpga_arria10.dtsi32 timer1 = &timer1;
777 timer1: timer1@ffc02800 { label
H A Ddm816x.dtsi321 timer1: timer@4802e000 { label
325 ti,hwmods = "timer1";
H A Domap3.dtsi602 timer1: timer@48318000 { label
606 ti,hwmods = "timer1";
H A Dam33xx.dtsi393 timer1: timer@44e31000 { label
397 ti,hwmods = "timer1";
H A Dkeystone-clocks.dtsi299 clock-output-names = "timer1";
H A Dam4372.dtsi220 timer1: timer@44e31000 { label
225 ti,hwmods = "timer1";
H A Ddra7.dtsi835 timer1: timer@4ae18000 { label
839 ti,hwmods = "timer1";
/rk3399_rockchip-uboot/drivers/bios_emulator/include/
H A Dbiosemu.h94 u32 timer1; member
/rk3399_rockchip-uboot/drivers/timer/
H A DKconfig98 ARC cores may have up to 2 built-in timers: timer0 and timer1,
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h438 struct timer timer1; member