Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/
H A Dpccbbvar.h112 struct pccbb_softc { struct
113 struct device sc_dev;
114 bus_space_tag_t sc_iot;
115 bus_space_tag_t sc_memt;
116 bus_dma_tag_t sc_dmat;
118 rbus_tag_t sc_rbus_iot; /* rbus for i/o donated from parent */
119 rbus_tag_t sc_rbus_memt; /* rbus for mem donated from parent */
121 bus_space_tag_t sc_base_memt;
122 bus_space_handle_t sc_base_memh;
124 struct timeout sc_ins_tmo;
[all …]