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