Home
last modified time | relevance | path

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

/freebsd/sys/dev/cesa/
H A Dcesa.h222 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;
[all …]