Searched refs:timebase_h (Results 1 – 2 of 2) sorted by relevance
33 uint64_t timebase_h, timebase_l; in rockchip_timer_get_curr_value() local37 timebase_h = readl(&timer->timer_curr_value1); in rockchip_timer_get_curr_value()39 cntr = timebase_h << 32 | timebase_l; in rockchip_timer_get_curr_value()
120 gd->timebase_h++; in timer_conv_64()122 return ((u64)gd->timebase_h << 32) | gd->timebase_l; in timer_conv_64()
Completed in 7 milliseconds