Home
last modified time | relevance | path

Searched refs:omap_pm_get_oscillator (Results 1 – 3 of 3) sorted by relevance

/arch/arm/mach-omap2/
Dpm.h139 extern void omap_pm_get_oscillator(u32 *tstart, u32 *tshut);
143 static inline void omap_pm_get_oscillator(u32 *tstart, u32 *tshut) { *tstart = *tshut = 0; } in omap_pm_get_oscillator() function
Dpm.c65 void omap_pm_get_oscillator(u32 *tstart, u32 *tshut) in omap_pm_get_oscillator() function
Dvc.c392 omap_pm_get_oscillator(&tstart, &tshut); in omap3_set_off_timings()
535 omap_pm_get_oscillator(&tstart, &tshut); in omap4_set_timings()