Searched refs:stg_softc (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/dev/stg/
H A Dtmc18c30var.h44 struct stg_softc { struct
102 void stgattachsubr(struct stg_softc *);
H A Dtmc18c30.c147 static void stg_pio_read(struct stg_softc *, struct targ_info *, u_int);
148 static void stg_pio_write(struct stg_softc *, struct targ_info *, u_int);
149 static int stg_xfer(struct stg_softc *, u_int8_t *, int, int, int);
150 static int stg_msg(struct stg_softc *, struct targ_info *, u_int);
151 static int stg_reselected(struct stg_softc *);
152 static int stg_disconnected(struct stg_softc *, struct targ_info *);
153 static __inline void stg_pdma_end(struct stg_softc *, struct targ_info *);
154 static int stghw_select_targ_wait(struct stg_softc *, int);
155 static int stghw_check(struct stg_softc *);
156 static void stghw_init(struct stg_softc *);
[all...]
H A Dtmc18c30_isa.c66 struct stg_softc *sc = device_get_softc(dev);
89 struct stg_softc *sc = device_get_softc(dev);
126 sizeof(struct stg_softc),
H A Dtmc18c30_subr.c68 struct stg_softc * sc = device_get_softc(dev);
108 struct stg_softc *sc = device_get_softc(dev);
128 struct stg_softc *sc = device_get_softc(dev);
140 struct stg_softc *sc;
168 struct stg_softc *sc = device_get_softc(dev);
H A Dtmc18c30_pccard.c96 struct stg_softc *sc = device_get_softc(dev);
136 sizeof(struct stg_softc),
H A Dtmc18c30_pci.c92 struct stg_softc *sc = device_get_softc(dev);
130 sizeof(struct stg_softc),

Completed in 113 milliseconds