Lines Matching defs:cesa_softc
222 struct cesa_softc { struct
223 device_t sc_dev;
224 int32_t sc_cid;
225 uint32_t sc_soc_id;
226 struct resource *sc_res[RES_CESA_NUM];
227 void *sc_icookie;
228 bus_dma_tag_t sc_data_dtag;
229 int sc_error;
230 int sc_tperr;
231 uint8_t sc_cesa_engine_id;
233 struct mtx sc_sc_lock;
234 int sc_blocked;
237 struct mtx sc_tdesc_lock;
238 struct cesa_tdma_desc sc_tdesc[CESA_TDMA_DESCRIPTORS];
239 struct cesa_dma_mem sc_tdesc_cdm;
265 struct cesa_softc *cci_sc; argument