Symbol: sbscn_softc
sys/arch/mips/sibyte/dev/sbscn.c
1177
struct sbscn_softc *sc = device_lookup_private(&sbscn_cd, SBSCN_UNIT(tp->t_dev));
sys/arch/mips/sibyte/dev/sbscn.c
1227
struct sbscn_softc *sc = device_lookup_private(&sbscn_cd, SBSCN_UNIT(tp->t_dev));
sys/arch/mips/sibyte/dev/sbscn.c
1283
struct sbscn_softc *sc = device_lookup_private(&sbscn_cd, SBSCN_UNIT(tp->t_dev));
sys/arch/mips/sibyte/dev/sbscn.c
1302
struct sbscn_softc *sc = ch->ch_sc;
sys/arch/mips/sibyte/dev/sbscn.c
151
void sbscn_attach_channel(struct sbscn_softc *sc, int chan, int intr);
sys/arch/mips/sibyte/dev/sbscn.c
244
CFATTACH_DECL_NEW(sbscn, sizeof(struct sbscn_softc),
sys/arch/mips/sibyte/dev/sbscn.c
284
struct sbscn_softc *sc = device_private(self);
sys/arch/mips/sibyte/dev/sbscn.c
302
sbscn_attach_channel(struct sbscn_softc *sc, int chan, int intr)
sys/arch/mips/sibyte/dev/sbscn.c
435
struct sbscn_softc *sc = ch->ch_sc;
sys/arch/mips/sibyte/dev/sbscn.c
551
struct sbscn_softc *sc;
sys/arch/mips/sibyte/dev/sbscn.c
682
struct sbscn_softc *sc = device_lookup_private(&sbscn_cd, SBSCN_UNIT(dev));
sys/arch/mips/sibyte/dev/sbscn.c
708
struct sbscn_softc *sc = device_lookup_private(&sbscn_cd, SBSCN_UNIT(dev));
sys/arch/mips/sibyte/dev/sbscn.c
718
struct sbscn_softc *sc = device_lookup_private(&sbscn_cd, SBSCN_UNIT(dev));
sys/arch/mips/sibyte/dev/sbscn.c
728
struct sbscn_softc *sc = device_lookup_private(&sbscn_cd, SBSCN_UNIT(dev));
sys/arch/mips/sibyte/dev/sbscn.c
738
struct sbscn_softc *sc = device_lookup_private(&sbscn_cd, SBSCN_UNIT(dev));
sys/arch/mips/sibyte/dev/sbscn.c
748
struct sbscn_softc *sc = device_lookup_private(&sbscn_cd, SBSCN_UNIT(dev));
sys/arch/mips/sibyte/dev/sbscn.c
981
struct sbscn_softc *sc = device_lookup_private(&sbscn_cd, SBSCN_UNIT(tp->t_dev));
sys/arch/mips/sibyte/dev/sbscnvar.h
97
struct sbscn_softc *ch_sc;