axp22x_softc
struct axp22x_softc *sc = sme->sme_cookie;
axp22x_read(struct axp22x_softc *sc, uint8_t reg, uint8_t *val, size_t len)
static int axp22x_read(struct axp22x_softc *, uint8_t, uint8_t *, size_t);
CFATTACH_DECL_NEW(axp22x, sizeof(struct axp22x_softc),
struct axp22x_softc *sc = device_private(self);