Searched refs:arm_set_delay (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/arm/include/ |
| H A D | machdep.h | 45 void arm_set_delay(delay_func *, void *);
|
| /f-stack/freebsd/arm/arm/ |
| H A D | platform.c | 161 arm_set_delay(platform_delay, NULL); in platform_probe_and_attach()
|
| H A D | mpcore_timer.c | 444 arm_set_delay(arm_tmr_delay, sc); in arm_tmr_attach()
|
| H A D | generic_timer.c | 488 arm_set_delay(arm_tmr_do_delay, sc); in arm_tmr_attach()
|
| H A D | machdep.c | 284 arm_set_delay(delay_func *impl, void *arg) in arm_set_delay() function
|
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_systimer.c | 268 arm_set_delay(bcm_systimer_delay, sc); in bcm_systimer_attach()
|
| /f-stack/freebsd/arm/versatile/ |
| H A D | sp804.c | 295 arm_set_delay(sp804_timer_delay, sc); in sp804_timer_attach()
|
| /f-stack/freebsd/arm/ti/am335x/ |
| H A D | am335x_dmtimer.c | 246 arm_set_delay(am335x_dmtimer_delay, sc); in am335x_dmtimer_tc_init()
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx_gpt.c | 282 arm_set_delay(imx_gpt_do_delay, sc); in imx_gpt_attach()
|
| H A D | imx_epit.c | 216 arm_set_delay(epit_do_delay, sc); in epit_tc_attach()
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | a10_timer.c | 234 arm_set_delay(a10_timer_delay, sc); in a10_timer_attach()
|
| /f-stack/freebsd/arm/mv/ |
| H A D | timer.c | 265 arm_set_delay(mv_delay, NULL); in mv_timer_attach()
|