Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dif_vic.c254 struct vic_softc { struct
255 struct device sc_dev;
257 pci_chipset_tag_t sc_pc;
258 pcitag_t sc_tag;
260 bus_space_tag_t sc_iot;
261 bus_space_handle_t sc_ioh;
262 bus_size_t sc_ios;
263 bus_dma_tag_t sc_dmat;
265 void *sc_ih;
267 struct timeout sc_tick;
[all …]