cregs
static struct intel_regs cregs[] = {
for (buff[0] = '\0', i = 0; cregs[i].name != NULL && len-- != 0; i++) {
if (cregs[i].off == PCIC_MISC_CTL_2)
value = pcic_getb(pcic, sval, cregs[i].off);
if (cregs[i].fmt)
cregs[i].name, value, cregs[i].fmt);
if (cregs[i].fmt)
cregs[i].name, value, cregs[i].fmt);
struct cregs creg;
struct cregs creg;
extern void getcregs(struct cregs *);
extern void getcregs(struct cregs *);
struct cregs creg;