Searched defs:cbiisc_softc (Results 1 – 1 of 1) sorted by relevance
28 struct cbiisc_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_datain;38 int sc_tc;39 size_t sc_dmasize;40 size_t sc_dmatrans;[all …]