Home
last modified time | relevance | path

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

/freebsd/sys/arm/allwinner/
H A Daxp81x.c296 static struct axp8xx_regdef axp8xx_common_regdefs[] = { variable
1487 sc->nregs = nitems(axp8xx_common_regdefs); in axp8xx_attach()
1511 if (i <= nitems(axp8xx_common_regdefs)) { in axp8xx_attach()
1512 regname = axp8xx_common_regdefs[i].name; in axp8xx_attach()
1513 regdef = &axp8xx_common_regdefs[i]; in axp8xx_attach()
1517 off = i - nitems(axp8xx_common_regdefs); in axp8xx_attach()