/netbsd-src/sys/arch/sparc/include/ |
H A D | z8530var.h | 46 struct zsc_softc { struct 47 device_t zsc_dev; /* base device */ 48 bus_space_tag_t zsc_bustag; /* bus space/DMA tags */ 49 bus_dma_tag_t zsc_dmatag; 50 struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */ 53 int zsc_promunit; /* PROM's view of zs devices */ 54 int zsc_node; /* PROM node, if any */ 55 struct evcnt zsc_intrcnt; /* count interrupts */ 56 struct zs_chanstate zsc_cs_store[2]; 57 void *zsc_sicookie; /* softint(9) cookie */
|
/netbsd-src/sys/arch/sparc64/include/ |
H A D | z8530var.h | 60 struct zsc_softc { struct 61 device_t zsc_dev; /* base device */ 62 bus_space_tag_t zsc_bustag; /* bus space/DMA tags */ 63 bus_dma_tag_t zsc_dmatag; 64 struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */ 67 void *zsc_softintr; 68 int zsc_promunit; /* PROM's view of zs devices */ 69 int zsc_node; /* PROM node, if any */ 70 struct evcnt zsc_intrcnt; /* count interrupts */ 71 struct zs_chanstate zsc_cs_store[2];
|
/netbsd-src/sys/arch/sun2/dev/ |
H A D | zsvar.h | 60 struct zsc_softc { struct 75 void zs_attach(struct zsc_softc *, struct zsdevice *, int); argument
|
/netbsd-src/sys/arch/mipsco/include/ |
H A D | z8530var.h | 95 struct zsc_softc { struct 96 device_t zsc_dev; /* required: base device */ 97 struct zs_chanstate *zsc_cs[2]; /* channel soft state */ 98 struct zs_channel zsc_cs_store[2]; 100 bus_space_tag_t zsc_bustag; /* Bus type */ 101 bus_space_handle_t zsc_base; /* Device base address */ 102 struct evcnt zs_intrcnt; /* Interrupt counter */ 103 void *sc_si; /* Softinterrupt handle */
|
/netbsd-src/sys/arch/sgimips/include/ |
H A D | z8530var.h | 95 struct zsc_softc { struct 96 device_t zsc_dev; /* required: base device */ 97 struct zs_chanstate *zsc_cs[2]; /* channel soft state */ 98 struct zs_channel zsc_cs_store[2]; 100 bus_space_tag_t zsc_bustag; /* Bus type */ 101 bus_space_handle_t zsc_base; /* Device base address */ 102 struct evcnt zsc_intrcnt; /* count interrupts */ 103 void *sc_si; /* Softinterrupt handle */
|
/netbsd-src/sys/arch/mvme68k/include/ |
H A D | z8530var.h | 88 struct zsc_softc { struct 89 device_t zsc_dev; /* required first: base device */ 90 struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */ 92 struct zs_chanstate zsc_cs_store[2]; 93 void *zsc_softintr_cookie; 94 struct evcnt zsc_evcnt;
|
/netbsd-src/sys/arch/ews4800mips/include/ |
H A D | z8530var.h | 88 struct zsc_softc { struct 89 device_t zsc_dev; /* required first: base device */ 90 struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */ 92 struct zs_chanstate zsc_cs_store[2]; 93 void *zsc_si; /* softinterrupt handle */ 94 int zsc_flags;
|
/netbsd-src/sys/arch/next68k/include/ |
H A D | z8530var.h | 48 struct zsc_softc { struct 49 device_t zsc_dev; /* required first: base device */ 50 struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */ 52 struct evcnt zsc_intrcnt; /* count interrupts */ 53 struct zs_chanstate zsc_cs_store[2]; 54 void *zsc_softintr_cookie;
|
/netbsd-src/sys/arch/cobalt/include/ |
H A D | z8530var.h | 88 struct zsc_softc { struct 89 device_t zsc_dev; /* required first: base device */ 90 struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */ 92 struct zs_chanstate zsc_cs_store[2]; 93 void *zsc_softintr_cookie;
|
/netbsd-src/sys/arch/newsmips/include/ |
H A D | z8530var.h | 88 struct zsc_softc { struct 89 device_t zsc_dev; /* required first: base device */ 90 struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */ 92 struct zs_chanstate zsc_cs_store[2]; 93 void *zsc_si; /* softinterrupt handle */
|
/netbsd-src/sys/arch/alpha/include/ |
H A D | z8530var.h | 92 struct zsc_softc { struct 93 device_t zsc_dev; /* required first: base device */ 94 struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */ 96 int zsc_addroffset; /* used as "cookie" to identify scc */ 97 void *zsc_sih;
|
/netbsd-src/sys/arch/pmax/include/ |
H A D | z8530var.h | 54 struct zsc_softc { struct 55 device_t zsc_dev; /* required first: base device */ 56 struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */ 58 int zsc_addroffset; /* used as "cookie" to identify scc */ 59 void *zsc_sih;
|
/netbsd-src/sys/arch/news68k/include/ |
H A D | z8530var.h | 88 struct zsc_softc { struct 89 device_t zsc_dev; /* required first: base device */ 90 struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */ 92 struct zs_chanstate zsc_cs_store[2]; 93 void *zsc_softintr_cookie;
|
/netbsd-src/sys/arch/sun3/include/ |
H A D | z8530var.h | 88 struct zsc_softc { struct 89 device_t zsc_dev; /* required first: base device */ 90 struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */ 92 struct zs_chanstate zsc_cs_store[2]; 93 void *zs_si; /* softintr cookie */
|
/netbsd-src/sys/arch/x68k/include/ |
H A D | z8530var.h | 135 struct zsc_softc { struct 136 device_t zsc_dev; /* required first: base device */ 137 struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */ 139 struct zs_chanstate zsc_cs_store[2]; 140 struct zsdevice *zsc_addr; 141 void *zsc_softintr_cookie;
|
/netbsd-src/sys/arch/cesfic/include/ |
H A D | z8530var.h | 5 struct zsc_softc { struct 6 device_t zsc_dev; /* required first: base device */ 7 struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */ 9 void *zsc_softintr_cookie;
|
/netbsd-src/sys/arch/macppc/include/ |
H A D | z8530var.h | 135 struct zsc_softc { struct 136 device_t zsc_dev; /* required first: base device */ 137 struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */ 139 struct xzs_chanstate xzsc_xcs_store[2]; 140 dbdma_regmap_t *zsc_txdmareg[2]; 141 dbdma_command_t *zsc_txdmacmd[2]; 143 void *zsc_si; /* softintr handler */
|
/netbsd-src/sys/arch/mac68k/include/ |
H A D | z8530var.h | 134 struct zsc_softc { struct 135 device_t zsc_dev; /* required first: base device */ 136 struct zs_chanstate *zsc_cs[2]; /* channel A and B soft state */ 138 struct xzs_chanstate xzsc_xcs_store[2]; 139 void *zsc_softintr_cookie;
|