Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/scc/
H A Dscc_bfe.h84 struct scc_chan { struct
85 struct resource ch_rres;
86 struct resource_list ch_rlist;
88 struct resource *ch_ires; /* Interrupt resource. */
89 void *ch_icookie;
90 int ch_irid;
92 struct scc_mode ch_mode[SCC_NMODES];
94 u_int ch_nr;
95 bool ch_enabled:1;
96 bool ch_sysdev:1;
[all …]