Symbol: spif_softc
sys/dev/sbus/spif.c
162
struct spif_softc *sc = (struct spif_softc *)self;
sys/dev/sbus/spif.c
279
struct spif_softc *sc = (struct spif_softc *)parent;
sys/dev/sbus/spif.c
287
struct spif_softc *sc = (struct spif_softc *)parent;
sys/dev/sbus/spif.c
323
struct spif_softc *csc;
sys/dev/sbus/spif.c
413
struct spif_softc *csc = sp->sp_sc;
sys/dev/sbus/spif.c
438
struct spif_softc *sc = sp->sp_sc;
sys/dev/sbus/spif.c
504
struct spif_softc *csc = sp->sp_sc;
sys/dev/sbus/spif.c
560
struct spif_softc *sc = sp->sp_sc;
sys/dev/sbus/spif.c
702
struct spif_softc *sc = sp->sp_sc;
sys/dev/sbus/spif.c
72
int spifstcintr_mx(struct spif_softc *, int *);
sys/dev/sbus/spif.c
723
spifstcintr_rxexception(struct spif_softc *sc, int *needsoftp)
sys/dev/sbus/spif.c
73
int spifstcintr_tx(struct spif_softc *, int *);
sys/dev/sbus/spif.c
74
int spifstcintr_rx(struct spif_softc *, int *);
sys/dev/sbus/spif.c
748
spifstcintr_rx(struct spif_softc *sc, int *needsoftp)
sys/dev/sbus/spif.c
75
int spifstcintr_rxexception(struct spif_softc *, int *);
sys/dev/sbus/spif.c
781
spifstcintr_tx(struct spif_softc *sc, int *needsoftp)
sys/dev/sbus/spif.c
81
void stty_write_ccr(struct spif_softc *, u_int8_t);
sys/dev/sbus/spif.c
832
spifstcintr_mx(struct spif_softc *sc, int *needsoftp)
sys/dev/sbus/spif.c
852
struct spif_softc *sc = (struct spif_softc *)vsc;
sys/dev/sbus/spif.c
884
struct spif_softc *sc = (struct spif_softc *)vsc;
sys/dev/sbus/spif.c
952
stty_write_ccr(struct spif_softc *sc, u_int8_t val)
sys/dev/sbus/spif.c
97
sizeof (struct spif_softc), spifmatch, spifattach
sys/dev/sbus/spif.c
985
struct spif_softc *sc = (struct spif_softc *)parent;
sys/dev/sbus/spif.c
993
struct spif_softc *sc = (struct spif_softc *)parent;
sys/dev/sbus/spifvar.h
39
struct spif_softc *sp_sc; /* pointer back to registers */