Symbol: spdmem_softc
sys/dev/i2c/spdmem_i2c.c
112
spdmem_iic_read(struct spdmem_softc *v, uint8_t reg)
sys/dev/i2c/spdmem_i2c.c
62
struct spdmem_softc sc_base;
sys/dev/i2c/spdmem_i2c.c
69
uint8_t spdmem_iic_read(struct spdmem_softc *, uint8_t);
sys/dev/spdmem.c
286
uint16_t spdmem_crc16(struct spdmem_softc *, int);
sys/dev/spdmem.c
288
uint8_t spdmem_read(struct spdmem_softc *, uint8_t);
sys/dev/spdmem.c
289
void spdmem_sdram_decode(struct spdmem_softc *, struct spdmem *);
sys/dev/spdmem.c
290
void spdmem_rdr_decode(struct spdmem_softc *, struct spdmem *);
sys/dev/spdmem.c
291
void spdmem_ddr_decode(struct spdmem_softc *, struct spdmem *);
sys/dev/spdmem.c
292
void spdmem_ddr2_decode(struct spdmem_softc *, struct spdmem *);
sys/dev/spdmem.c
293
void spdmem_fbdimm_decode(struct spdmem_softc *, struct spdmem *);
sys/dev/spdmem.c
294
void spdmem_ddr3_decode(struct spdmem_softc *, struct spdmem *);
sys/dev/spdmem.c
345
spdmem_read(struct spdmem_softc *sc, uint8_t reg)
sys/dev/spdmem.c
352
spdmem_crc16(struct spdmem_softc *sc, int count)
sys/dev/spdmem.c
371
spdmem_sdram_decode(struct spdmem_softc *sc, struct spdmem *s)
sys/dev/spdmem.c
436
spdmem_rdr_decode(struct spdmem_softc *sc, struct spdmem *s)
sys/dev/spdmem.c
470
spdmem_ddr_decode(struct spdmem_softc *sc, struct spdmem *s)
sys/dev/spdmem.c
541
spdmem_ddr2_decode(struct spdmem_softc *sc, struct spdmem *s)
sys/dev/spdmem.c
617
spdmem_fbdimm_decode(struct spdmem_softc *sc, struct spdmem *s)
sys/dev/spdmem.c
661
spdmem_ddr3_decode(struct spdmem_softc *sc, struct spdmem *s)
sys/dev/spdmem.c
743
spdmem_ddr4_decode(struct spdmem_softc *sc, struct spdmem *s)
sys/dev/spdmem.c
852
spdmem_probe(struct spdmem_softc *sc)
sys/dev/spdmem.c
929
spdmem_attach_common(struct spdmem_softc *sc)
sys/dev/spdmemvar.h
64
uint8_t (*sc_read)(struct spdmem_softc *, uint8_t);
sys/dev/spdmemvar.h
68
void spdmem_attach_common(struct spdmem_softc *);
sys/dev/spdmemvar.h
69
int spdmem_probe(struct spdmem_softc *);