Home
last modified time | relevance | path

Searched defs:scc_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/scc/
H A Dscc_bfe.h117 struct scc_softc { struct
119 struct scc_class *sc_class;
120 struct scc_bas sc_bas;
121 device_t sc_dev;
123 struct mtx sc_hwmtx; /* Spinlock protecting hardware. */
125 struct resource *sc_rres; /* Register resource. */
126 int sc_rrid;
127 int sc_rtype; /* SYS_RES_{IOPORT|MEMORY}. */
129 struct scc_chan *sc_chan;
131 bool sc_fastintr:1;
[all …]