Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/arm/include/asm/arch-aspeed/
H A Dtimer.h32 struct ast_timer_counter { struct
40 struct ast_timer_counter timers1[3]; argument
49 struct ast_timer_counter timers2[5];
/rk3399_rockchip-uboot/drivers/timer/
H A Dast_timer.c21 struct ast_timer_counter *tmc;
24 static struct ast_timer_counter *ast_get_timer_counter(struct ast_timer *timer, in ast_get_timer_counter()