Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Dmicroblaze_timer.h21 typedef volatile struct microblaze_timer_t { struct
25 } microblaze_timer_t; argument
/OK3568_Linux_fs/u-boot/arch/microblaze/cpu/
H A Dtimer.c17 microblaze_timer_t *tmr;
63 tmr = (microblaze_timer_t *)base; in timer_init()