Searched defs:siop_common_softc (Results 1 – 1 of 1) sorted by relevance
126 struct siop_common_softc { struct147 void (*sc_reset)(struct siop_common_softc*); /* reset callback */ argument148 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 */