Searched refs:IS_E_PROCESSOR (Results 1 – 13 of 13) sorted by relevance
44 if (!IS_E_PROCESSOR(spridr)) in ft_cpu_setup()46 else if (IS_E_PROCESSOR(spridr) && in ft_cpu_setup()
97 if (IS_E_PROCESSOR(spridr)) in checkcpu()
81 if (!IS_E_PROCESSOR(get_svr())) in setup_sec_liodn_base()192 if (IS_E_PROCESSOR(get_svr())) { in set_liodns()
123 if (IS_E_PROCESSOR(svr)) in checkcpu()
605 if (!IS_E_PROCESSOR(get_svr()))
85 if (!IS_E_PROCESSOR(svr)) in ft_cpu_setup()
260 if (IS_E_PROCESSOR(svr) && (ver != SOC_VER_SLS1020)) in print_cpuinfo()
82 #define IS_E_PROCESSOR(svr) (!((svr >> 8) & 0x1)) macro
225 IS_E_PROCESSOR(get_svr())); in fdt_fixup_qportals()
1040 #define IS_E_PROCESSOR(svr) (svr & 0x80000) macro1043 #define IS_E_PROCESSOR(spridr) (!(spridr & 0x00010000)) macro
410 if (!IS_E_PROCESSOR(svr)) in ft_cpu_setup()
50 if (IS_E_PROCESSOR(svr)) in cpu_name()
13 #define IS_E_PROCESSOR(svr) (svr & 0x80000) macro