Home
last modified time | relevance | path

Searched refs:axp8xx_common_regdefs (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/arm/allwinner/
H A Daxp81x.c301 static struct axp8xx_regdef axp8xx_common_regdefs[] = { variable
1477 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()