Home
last modified time | relevance | path

Searched refs:timebase_l (Results 1 – 2 of 2) sorted by relevance

/drivers/timer/
A Dtimer-uclass.c119 if (count < gd->timebase_l) in timer_conv_64()
121 gd->timebase_l = count; in timer_conv_64()
122 return ((u64)gd->timebase_h << 32) | gd->timebase_l; in timer_conv_64()
A Drockchip_timer.c33 uint64_t timebase_h, timebase_l; in rockchip_timer_get_curr_value() local
36 timebase_l = readl(&timer->timer_curr_value0); in rockchip_timer_get_curr_value()
39 cntr = timebase_h << 32 | timebase_l; in rockchip_timer_get_curr_value()

Completed in 6 milliseconds