Lines Matching defs:cregs
5003 static struct intel_regs cregs[] = {
5035 for (buff[0] = '\0', i = 0; cregs[i].name != NULL && len-- != 0; i++) {
5037 if (cregs[i].off == PCIC_MISC_CTL_2)
5041 value = pcic_getb(pcic, sval, cregs[i].off);
5043 if (cregs[i].fmt)
5048 cregs[i].name, value, cregs[i].fmt);
5051 if (cregs[i].fmt)
5056 cregs[i].name, value, cregs[i].fmt);