Home
last modified time | relevance | path

Searched defs:ecc_e3_softc (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/misc/ecc/
H A Decc_e3.c89 struct ecc_e3_softc { struct
90 device_t ecc_dev;
91 device_t ecc_parent; /* non-NULL if parent has MCHBAR */
92 int ecc_ver; /* ECC_E3_VER_ */
93 uint32_t ecc_flags; /* ECC_E3_FLAG_ */
95 struct ecc_e3_chan ecc_chan[ECC_E3_CHAN_MAX];
121 static void ecc_e3_attach_ch(struct ecc_e3_softc *, struct ecc_e3_chan *, argument