Home
last modified time | relevance | path

Searched defs:timer_base (Results 1 – 4 of 4) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/arm/mach-socfpga/
Dtimer.c12 static const struct socfpga_timer *timer_base = (void *)CONFIG_SYS_TIMERBASE; variable
/third_party/uboot/u-boot-2020.01/arch/arm/mach-omap2/
Dtimer.c26 static struct gptimer *timer_base = (struct gptimer *)CONFIG_SYS_TIMERBASE; variable
/third_party/uboot/u-boot-2020.01/arch/arm/mach-zynq/
Dtimer.c46 static struct scu_timer *timer_base = variable
/third_party/node/src/
Denv-inl.h578 inline uint64_t Environment::timer_base() const { in timer_base() function