Lines Matching defs:wt_softc
122 struct wt_softc {
186 static int wtwait(struct wt_softc *sc, int catch, const char *msg);
187 static int wtcmd(struct wt_softc *sc, int cmd);
188 static int wtstart(struct wt_softc *sc, int flag, void *vaddr, size_t len);
189 static void wtdma(struct wt_softc *sc);
191 static void wtclock(struct wt_softc *sc);
193 static int wtsense(struct wt_softc *sc, int verbose, int ignore);
194 static int wtstatus(struct wt_softc *sc);
195 static void wtrewind(struct wt_softc *sc);
196 static int wtreadfm(struct wt_softc *sc);
197 static int wtwritefm(struct wt_softc *sc);
198 static u_char wtsoft(struct wt_softc *sc, int mask, int bits);
204 CFATTACH_DECL_NEW(wt, sizeof(struct wt_softc),
279 struct wt_softc *sc = device_private(self);
373 struct wt_softc *sc;
457 struct wt_softc *sc;
508 struct wt_softc *sc;
608 struct wt_softc *sc;
699 struct wt_softc *sc = arg;
791 wtrewind(struct wt_softc *sc)
814 wtreadfm(struct wt_softc *sc)
832 wtwritefm(struct wt_softc *sc)
850 wtsoft(struct wt_softc *sc, int mask, int bits)
883 wtcmd(struct wt_softc *sc, int cmd)
921 wtwait(struct wt_softc *sc, int catch, const char *msg)
934 wtdma(struct wt_softc *sc)
959 wtstart(struct wt_softc *sc, int flag, void *vaddr, size_t len)
983 wtclock(struct wt_softc *sc)
1005 register struct wt_softc *sc = (struct wt_softc *)arg;
1064 wtsense(struct wt_softc *sc, int verbose, int ignore)
1114 wtstatus(struct wt_softc *sc)