Symbol: spif_softc
sys/dev/sbus/spif.c
1000
struct spif_softc *sc = device_private(parent);
sys/dev/sbus/spif.c
176
struct spif_softc *sc = device_private(self);
sys/dev/sbus/spif.c
293
struct spif_softc *sc = device_private(parent);
sys/dev/sbus/spif.c
301
struct spif_softc *sc = device_private(parent);
sys/dev/sbus/spif.c
335
struct spif_softc *csc;
sys/dev/sbus/spif.c
411
struct spif_softc *csc = sp->sp_sc;
sys/dev/sbus/spif.c
437
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
561
struct spif_softc *sc = sp->sp_sc;
sys/dev/sbus/spif.c
714
struct spif_softc *sc = sp->sp_sc;
sys/dev/sbus/spif.c
734
spif_stcintr_rxexception(struct spif_softc *sc, int *needsoftp)
sys/dev/sbus/spif.c
759
spif_stcintr_rx(struct spif_softc *sc, int *needsoftp)
sys/dev/sbus/spif.c
78
CFATTACH_DECL_NEW(spif, sizeof(struct spif_softc),
sys/dev/sbus/spif.c
792
spif_stcintr_tx(struct spif_softc *sc, int *needsoftp)
sys/dev/sbus/spif.c
843
spif_stcintr_mx(struct spif_softc *sc, int *needsoftp)
sys/dev/sbus/spif.c
863
struct spif_softc *sc = (struct spif_softc *)vsc;
sys/dev/sbus/spif.c
895
struct spif_softc *sc = (struct spif_softc *)vsc;
sys/dev/sbus/spif.c
959
stty_write_ccr(struct spif_softc *sc, uint8_t val)
sys/dev/sbus/spif.c
992
struct spif_softc *sc = device_private(parent);
sys/dev/sbus/spifreg.h
393
int spif_stcintr_mx(struct spif_softc *, int *);
sys/dev/sbus/spifreg.h
394
int spif_stcintr_tx(struct spif_softc *, int *);
sys/dev/sbus/spifreg.h
395
int spif_stcintr_rx(struct spif_softc *, int *);
sys/dev/sbus/spifreg.h
396
int spif_stcintr_rxexception(struct spif_softc *, int *);
sys/dev/sbus/spifreg.h
401
void stty_write_ccr(struct spif_softc *, u_int8_t);
sys/dev/sbus/spifvar.h
40
struct spif_softc *sp_sc; /* pointer back to registers */