Searched refs:axp8xx_common_regdefs (Results 1 – 1 of 1) sorted by relevance
301 static struct axp8xx_regdef axp8xx_common_regdefs[] = { variable1477 sc->nregs = nitems(axp8xx_common_regdefs); in axp8xx_attach()1501 if (i <= nitems(axp8xx_common_regdefs)) { in axp8xx_attach()1502 regname = axp8xx_common_regdefs[i].name; in axp8xx_attach()1503 regdef = &axp8xx_common_regdefs[i]; in axp8xx_attach()1507 off = i - nitems(axp8xx_common_regdefs); in axp8xx_attach()