Lines Matching defs:sec_softc
69 struct sec_softc { struct
70 struct wd33c93_softc sc_sbic;
71 bus_space_tag_t sc_pod_t;
72 bus_space_handle_t sc_pod_h;
73 bus_space_tag_t sc_mod_t;
74 bus_space_handle_t sc_mod_h;
75 void *sc_ih;
76 struct evcnt sc_intrcnt;
77 uint8_t sc_mpr;
80 bool sc_dmaactive;
81 void * sc_dmaaddr;
82 int sc_dmaoff;
83 size_t sc_dmalen;
84 bool sc_dmain;
108 static int sec_dmatc(struct sec_softc *sc); argument