Searched refs:get_fsr (Results 1 – 2 of 2) sorted by relevance
76 static inline unsigned int get_fsr(void) in get_fsr() function
327 fpu_vers = get_psr() & PSR_EF ? ((get_fsr() >> 17) & 0x7) : 7; in cpu_probe()329 fpu_vers = ((get_fsr() >> 17) & 0x7); in cpu_probe()