Searched refs:dram_type (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/jedec_dimm/ |
H A D | jedec_dimm.c | 150 static int jedec_dimm_capacity(struct jedec_dimm_softc *sc, enum dram_type type, 155 static int jedec_dimm_dump(struct jedec_dimm_softc *sc, enum dram_type type); 160 static int jedec_dimm_mfg_date(struct jedec_dimm_softc *sc, enum dram_type type, 268 enum dram_type type; in jedec_dimm_attach() 297 type = (enum dram_type) byte; in jedec_dimm_attach() 482 jedec_dimm_capacity(struct jedec_dimm_softc *sc, enum dram_type type, in jedec_dimm_capacity() 677 jedec_dimm_dump(struct jedec_dimm_softc *sc, enum dram_type type) in jedec_dimm_dump() 889 jedec_dimm_mfg_date(struct jedec_dimm_softc *sc, enum dram_type type, in jedec_dimm_mfg_date() 993 enum dram_type type; in jedec_dimm_probe() 1018 type = (enum dram_type) byte; in jedec_dimm_probe()
|
H A D | jedec_dimm.h | 114 enum dram_type { enum
|