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