Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dsiopvar_common.h126 struct siop_common_softc { struct
147 void (*sc_reset)(struct siop_common_softc*); /* reset callback */ argument
148 bus_dmamap_t sc_scriptdma; /* DMA map for script */
149 bus_addr_t sc_scriptaddr; /* on-board ram or physical address */
150 uint32_t *sc_script; /* script location in memory */
151 struct siop_common_target *targets[16]; /* per-target states */