Home
last modified time | relevance | path

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

/openbsd/sys/arch/sparc64/include/
H A Dz8530var.h47 struct zsc_softc { struct
48 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];
/openbsd/sys/arch/alpha/include/
H A Dz8530var.h93 struct zsc_softc { struct
94 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 */
/openbsd/sys/arch/macppc/include/
H A Dz8530var.h94 struct zsc_softc { struct
95 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];