Home
last modified time | relevance | path

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

/linux/arch/nios2/kernel/
H A Dcpuinfo.c55 cpuinfo.has_mul = of_property_read_bool(cpu, "altr,has-mul"); in setup_cpuinfo()
64 if (IS_ENABLED(CONFIG_NIOS2_HW_MUL_SUPPORT) && !cpuinfo.has_mul) in setup_cpuinfo()
146 str_yes_no(cpuinfo.has_mul), in show_cpuinfo()
/linux/arch/nios2/include/asm/
H A Dcpuinfo.h17 bool has_mul; member