Home
last modified time | relevance | path

Searched refs:ti_cpu_reset (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/arm/ti/
H A Dti_machdep.c75 void (*ti_cpu_reset)(void) = NULL; variable
130 if (ti_cpu_reset) in ti_plat_cpu_reset()
131 (*ti_cpu_reset)(); in ti_plat_cpu_reset()
H A Dtivar.h41 extern void (*ti_cpu_reset)(void);
H A Dti_prcm.c186 ti_cpu_reset = omap4_prcm_reset; in ti_prcm_attach()
191 ti_cpu_reset = am335x_prcm_reset; in ti_prcm_attach()
/f-stack/freebsd/arm/ti/omap4/
H A Domap4_prcm_clks.c1453 ti_cpu_reset = omap4_prcm_reset; in omap4_prcm_attach()