Searched defs:tshut (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | pm.c | 57 void omap_pm_setup_oscillator(u32 tstart, u32 tshut) in omap_pm_setup_oscillator() argument 63 void omap_pm_get_oscillator(u32 *tstart, u32 *tshut) in omap_pm_get_oscillator() argument
|
H A D | pm.h | 152 static inline void omap_pm_setup_oscillator(u32 tstart, u32 tshut) { } in omap_pm_setup_oscillator() argument 153 static inline void omap_pm_get_oscillator(u32 *tstart, u32 *tshut) { *tstart = *tshut = 0; } in omap_pm_get_oscillator() argument
|
H A D | vc.c | 432 u32 tstart, tshut, clksetup, voltoffset; in omap3_set_off_timings() local 557 u32 tstart, tshut; in omap4_set_timings() local
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | pm.h | 129 static inline void omap_pm_get_oscillator(u32 *tstart, u32 *tshut) { *tstart = *tshut = 0; } in omap_pm_get_oscillator() argument
|
H A D | pm.c | 57 void omap_pm_get_oscillator(u32 *tstart, u32 *tshut) in omap_pm_get_oscillator() argument
|
H A D | vc.c | 429 u32 tstart, tshut, clksetup, voltoffset; in omap3_set_off_timings() local 554 u32 tstart, tshut; in omap4_set_timings() local
|
Completed in 4 milliseconds