Searched defs:flsc_softc (Results 1 – 1 of 1) sorted by relevance
28 struct flsc_softc { struct29 struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */31 struct isr sc_isr; /* Interrupt chain struct */33 volatile uint8_t *sc_reg; /* the registers */34 volatile uint8_t *sc_dmabase;36 int sc_active; /* Pseudo-DMA state vars */37 int sc_piomode;38 int sc_datain;39 int sc_tc;40 size_t sc_dmasize;[all …]