Searched refs:has_mul (Results 1 – 2 of 2) sorted by relevance
68 cpuinfo.has_mul = of_property_read_bool(cpu, "altr,has-mul"); in setup_cpuinfo()77 if (IS_ENABLED(CONFIG_NIOS2_HW_MUL_SUPPORT) && !cpuinfo.has_mul) in setup_cpuinfo()157 cpuinfo.has_mul ? "yes" : "no", in show_cpuinfo()
30 bool has_mul; member