sncodec_softc
uint8_t sncodec_read(struct sncodec_softc *, int);
void sncodec_write(struct sncodec_softc *, int, uint8_t);
struct sncodec_softc *sc = (struct sncodec_softc *)self;
struct sncodec_softc *sc = (struct sncodec_softc *)self;
struct sncodec_softc *sc = cookie;
struct sncodec_softc *sc = cookie;
struct sncodec_softc *sc = priv;
struct sncodec_softc *sc = priv;
struct sncodec_softc *sc = cookie;
struct sncodec_softc *sc = cookie;
sncodec_read(struct sncodec_softc *sc, int reg)
sncodec_write(struct sncodec_softc *sc, int reg, uint8_t val)
sizeof(struct sncodec_softc), sncodec_match, sncodec_attach,