Searched refs:tshut (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/arm/mach-omap2/
H A Dpm.c57 void omap_pm_get_oscillator(u32 *tstart, u32 *tshut) argument
59 if (!tstart || !tshut)
63 *tshut = oscillator.shutdown_time;
H A Dpm.h127 extern void omap_pm_get_oscillator(u32 *tstart, u32 *tshut);
129 static inline void omap_pm_get_oscillator(u32 *tstart, u32 *tshut) { *tstart = *tshut = 0; } argument
H A Dvc.c429 u32 tstart, tshut, clksetup, voltoffset; local
434 omap_pm_get_oscillator(&tstart, &tshut);
554 u32 tstart, tshut; local
577 omap_pm_get_oscillator(&tstart, &tshut);
581 val |= omap4_usec_to_val_scrm(tshut, OMAP4_DOWNTIME_SHIFT,

Completed in 125 milliseconds