Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dsiopvar_common.h130 struct siop_common_softc { struct
150 void (*sc_reset)(struct siop_common_softc*); /* reset callback */ argument
151 bus_dmamap_t sc_scriptdma; /* DMA map for script */
152 bus_addr_t sc_scriptaddr; /* on-board ram or physical address */
153 u_int32_t *sc_script; /* script location in memory */
154 struct siop_common_target *targets[16]; /* per-target states */