Searched defs:zsc_softc (Results 1 – 3 of 3) sorted by relevance
47 struct zsc_softc { struct48 struct device zsc_dev; /* base device */49 bus_space_tag_t zsc_bustag; /* bus space/dma tags */50 bus_dma_tag_t zsc_dmatag;51 struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */54 void *zsc_softintr;55 int zsc_promunit; /* PROM's view of zs devices */56 int zsc_node; /* PROM node, if any */57 struct zs_chanstate zsc_cs_store[2];
93 struct zsc_softc { struct94 struct device zsc_dev; /* required: base device */95 struct zs_chanstate *zsc_cs[2]; /* channel soft state */97 int zsc_addroffset; /* used as "cookie" to identify scc */98 void *zsc_sih; /* softinterrupt handle */
94 struct zsc_softc { struct95 struct device zsc_dev; /* base device */96 struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */98 void *zsc_softintr;99 struct xzs_chanstate xzsc_xcs_store[2];100 dbdma_regmap_t *zsc_txdmareg[2];101 dbdma_command_t *zsc_txdmacmd[2];