sypwr_softc
struct sypwr_softc *sc = (struct sypwr_softc *)self;
sypwr_read(struct sypwr_softc *sc, int reg)
sypwr_write(struct sypwr_softc *sc, int reg, uint8_t val)
struct sypwr_softc *sc = cookie;
struct sypwr_softc *sc = cookie;
sizeof(struct sypwr_softc), sypwr_match, sypwr_attach,
uint8_t sypwr_read(struct sypwr_softc *, int);
void sypwr_write(struct sypwr_softc *, int, uint8_t);
struct sypwr_softc *sc = (struct sypwr_softc *)self;