Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-aspeed/
H A Dtimer.h31 struct ast_timer_counter { struct
39 struct ast_timer_counter timers1[3]; argument
48 struct ast_timer_counter timers2[5];
/openbmc/u-boot/drivers/timer/
H A Dast_timer.c18 struct ast_timer_counter *tmc;
21 static struct ast_timer_counter *ast_get_timer_counter(struct ast_timer *timer, in ast_get_timer_counter()