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

/freebsd-12-stable/sys/dev/stg/
H A Dtmc18c30var.h46 struct stg_softc { struct
90 void stgattachsubr(struct stg_softc *);
H A Dtmc18c30.c125 static void stg_pio_read(struct stg_softc *, struct targ_info *, u_int);
126 static void stg_pio_write(struct stg_softc *, struct targ_info *, u_int);
127 static int stg_xfer(struct stg_softc *, u_int8_t *, int, int, int);
128 static int stg_msg(struct stg_softc *, struct targ_info *, u_int);
129 static int stg_reselected(struct stg_softc *);
130 static int stg_disconnected(struct stg_softc *, struct targ_info *);
131 static __inline void stg_pdma_end(struct stg_softc *, struct targ_info *);
132 static int stghw_select_targ_wait(struct stg_softc *, int);
133 static int stghw_check(struct stg_softc *);
134 static void stghw_init(struct stg_softc *);
[all...]
H A Dtmc18c30_subr.c69 struct stg_softc * sc = device_get_softc(dev);
110 struct stg_softc *sc = device_get_softc(dev);
130 struct stg_softc *sc = device_get_softc(dev);
141 struct stg_softc *sc;
161 struct stg_softc *sc = device_get_softc(dev);
172 struct stg_softc *sc;
H A Dtmc18c30_isa.c67 struct stg_softc *sc = device_get_softc(dev);
90 struct stg_softc *sc = device_get_softc(dev);
127 sizeof(struct stg_softc),
H A Dtmc18c30_pccard.c96 struct stg_softc *sc = device_get_softc(dev);
136 sizeof(struct stg_softc),
H A Dtmc18c30_pci.c93 struct stg_softc *sc = device_get_softc(dev);
131 sizeof(struct stg_softc),

Completed in 89 milliseconds