Home
last modified time | relevance | path

Searched refs:timebase_h (Results 1 – 5 of 5) sorted by relevance

/u-boot/board/broadcom/bcmstb/
A Dbcmstb.c103 gd->timebase_h = readl(BCMSTB_TIMER_HIGH); in get_ticks()
106 return ((uint64_t)gd->timebase_h << 32) | gd->timebase_l; in get_ticks()
/u-boot/drivers/timer/
A Drockchip_timer.c34 uint64_t timebase_h, timebase_l; in rockchip_timer_get_curr_value() local
38 timebase_h = readl(&timer->timer_curr_value1); in rockchip_timer_get_curr_value()
40 cntr = timebase_h << 32 | timebase_l; in rockchip_timer_get_curr_value()
A Dtimer-uclass.c120 gd->timebase_h++; in timer_conv_64()
122 return ((u64)gd->timebase_h << 32) | gd->timebase_l; in timer_conv_64()
/u-boot/lib/
A Dtime.c120 gd->timebase_h++; in get_ticks()
122 return ((uint64_t)gd->timebase_h << 32) | gd->timebase_l; in get_ticks()
/u-boot/include/asm-generic/
A Dglobal_data.h283 unsigned int timebase_h; member

Completed in 9 milliseconds