b3_617_softc
struct b3_617_softc *sc = device_private(dev);
struct b3_617_softc *sc = device_private(dev);
b3_617_reset(struct b3_617_softc *sc)
b3_617_init(struct b3_617_softc *sc)
b3_617_halt(struct b3_617_softc *sc)
b3_617_vmeintr(struct b3_617_softc *sc, unsigned char lstat)
#define sc ((struct b3_617_softc*)vsc)
static void b3_617_vmeintr(struct b3_617_softc *, unsigned char);
CFATTACH_DECL_NEW(btvmei, sizeof(struct b3_617_softc),
struct b3_617_softc *sc = device_private(self);
int b3_617_reset(struct b3_617_softc*);
int b3_617_init(struct b3_617_softc*);
void b3_617_halt(struct b3_617_softc*);
void b3_617_cntlrdma_done(struct b3_617_softc*);