Home
last modified time | relevance | path

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

/arch/arm/mach-vexpress/
Dspc.c281 u32 fmin = 0, fmax = ~0, ftmp; in ve_spc_round_performance() local
287 if (ftmp <= fmax) in ve_spc_round_performance()
288 fmax = ftmp; in ve_spc_round_performance()
294 if (fmax != ~0) in ve_spc_round_performance()
295 return fmax * 1000; in ve_spc_round_performance()