Searched refs:mcd_softc (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/sys/dev/mcd/
H A Dmcdvar.h36 struct mcd_softc { struct
73 int mcd_probe (struct mcd_softc *);
74 int mcd_attach (struct mcd_softc *);
H A Dmcd.c119 static void mcd_start(struct mcd_softc *);
121 static void mcd_configure(struct mcd_softc *sc);
123 static int mcd_get(struct mcd_softc *, char *buf, int nmax);
124 static int mcd_setflags(struct mcd_softc *);
125 static int mcd_getstat(struct mcd_softc *,int sflg);
126 static int mcd_send(struct mcd_softc *, int cmd,int nretrys);
129 static int mcd_volinfo(struct mcd_softc *);
130 static int mcd_waitrdy(struct mcd_softc *,int dly);
132 static void mcd_doread(struct mcd_softc *, int state, struct mcd_mbx *mbxin);
133 static void mcd_soft_reset(struct mcd_softc *);
[all...]
H A Dmcd_isa.c39 struct mcd_softc * sc;
74 struct mcd_softc * sc;
108 struct mcd_softc * sc;
124 struct mcd_softc * sc;
172 struct mcd_softc * sc;
205 sizeof(struct mcd_softc)

Completed in 17 milliseconds