spdmem_softc
spdmem_i2c_read(struct spdmem_softc *softc, uint16_t addr, uint8_t *val)
struct spdmem_softc sc_base;
static int spdmem_i2c_read(struct spdmem_softc *, uint16_t, uint8_t *);
spdcrc16(struct spdmem_softc *sc, int count)
spdmem_common_probe(struct spdmem_softc *sc)
spdmem_common_attach(struct spdmem_softc *sc, device_t self)
spdmem_common_detach(struct spdmem_softc *sc, device_t self)
struct spdmem_softc *sc = device_private(self);
int (*sc_read)(struct spdmem_softc *, uint16_t, uint8_t *);
int spdmem_common_probe(struct spdmem_softc *);
void spdmem_common_attach(struct spdmem_softc *, device_t);
int spdmem_common_detach(struct spdmem_softc *, device_t);