Home
last modified time | relevance | path

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

/external/coreboot/src/soc/rockchip/rk3288/
Dtimer.c14 value0 = (uint64_t)read32(&timer7_ptr->timer_curr_value0); in timer_raw_value()
15 value1 = (uint64_t)read32(&timer7_ptr->timer_curr_value1); in timer_raw_value()
27 write32(&timer7_ptr->timer_load_count0, TIMER_LOAD_VAL); in init_timer()
28 write32(&timer7_ptr->timer_load_count1, TIMER_LOAD_VAL); in init_timer()
29 write32(&timer7_ptr->timer_ctrl_reg, 1); in init_timer()
/external/coreboot/src/soc/rockchip/rk3288/include/soc/
Dtimer.h22 static struct rk3288_timer * const timer7_ptr = (void *)TIMER7_BASE; variable