Lines Matching defs:quicc_softc
36 struct quicc_softc { struct
37 device_t sc_dev;
39 struct resource *sc_rres; /* Register resource. */
40 int sc_rrid;
41 int sc_rtype; /* SYS_RES_{IOPORT|MEMORY}. */
43 struct resource *sc_ires; /* Interrupt resource. */
44 void *sc_icookie;
45 int sc_irid;
47 struct rman sc_rman;
48 struct quicc_device *sc_device;
50 u_int sc_clock;
52 bool sc_fastintr:1;
53 bool sc_polled:1;