Lines Matching refs:ci
23 #define CI(c, p) { ci->c = PVR_##p(pvr); }
28 void set_cpuinfo_pvr_full(struct cpuinfo *ci, struct device_node *cpu) in set_cpuinfo_pvr_full() argument
35 if (!ci->ver_code) { in set_cpuinfo_pvr_full()
42 if (ci->use_instr != temp) in set_cpuinfo_pvr_full()
44 ci->use_instr = temp; in set_cpuinfo_pvr_full()
47 if (ci->use_mult != temp) in set_cpuinfo_pvr_full()
49 ci->use_mult = temp; in set_cpuinfo_pvr_full()
52 if (ci->use_fpu != temp) in set_cpuinfo_pvr_full()
54 ci->use_fpu = temp; in set_cpuinfo_pvr_full()
56 ci->use_exc = PVR_OPCODE_0x0_ILLEGAL(pvr) | in set_cpuinfo_pvr_full()
75 ci->icache_line_length = PVR_ICACHE_LINE_LEN(pvr) << 2; in set_cpuinfo_pvr_full()
83 ci->dcache_line_length = PVR_DCACHE_LINE_LEN(pvr) << 2; in set_cpuinfo_pvr_full()
89 if (ci->dcache_wb != temp) in set_cpuinfo_pvr_full()
91 ci->dcache_wb = temp; in set_cpuinfo_pvr_full()