Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Doosiopvar.h106 struct oosiop_softc { struct
107 device_t sc_dev;
109 bus_space_tag_t sc_bst; /* bus space tag */
110 bus_space_handle_t sc_bsh; /* bus space handle */
112 bus_dma_tag_t sc_dmat; /* bus DMA tag */
113 bus_dmamap_t sc_scrdma; /* script DMA map */
115 bus_addr_t sc_scrbase; /* script DMA base address */
116 uint32_t *sc_scr; /* ptr to script memory */
118 int sc_chip; /* 700 or 700-66 */
122 int sc_id; /* SCSI ID of this interface */
[all …]