Lines Matching defs:csoftc
241 struct csoftc { struct
245 LIST_ENTRY(csoftc) list; argument
247 device_t f[2];
248 struct resource *irq[2];
249 void *intrhand[2];
250 vm_offset_t physbase[2];
251 u_char *virbase[2];
253 u_int creg, *cregp;
254 int nchan;
255 struct softc serial[NPORT];
257 struct globalr *reg;
258 struct globalr *ram;
259 u_int32_t iqd[NIQD];