Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Dsvvar.h34 struct sv_softc { struct
35 kmutex_t sc_lock;
36 kmutex_t sc_intr_lock;
37 void *sc_ih; /* interrupt vectoring */
39 bus_space_tag_t sc_iot;
40 bus_space_handle_t sc_ioh;
41 bus_space_handle_t sc_dmaa_ioh;
42 bus_space_handle_t sc_dmac_ioh;
43 bus_dma_tag_t sc_dmatag; /* DMA tag */
45 bus_space_tag_t sc_opliot;
[all …]