Searched defs:siisata_cardbus_softc (Results 1 – 1 of 1) sorted by relevance
66 struct siisata_cardbus_softc { struct67 struct siisata_softc si_sc;68 cardbus_chipset_tag_t sc_cc;69 cardbus_function_tag_t sc_cf;70 cardbus_devfunc_t sc_ct;71 pcitag_t sc_tag;72 bus_space_tag_t sc_iot; /* CardBus I/O space tag */73 bus_space_tag_t sc_memt; /* CardBus MEM space tag */74 rbus_tag_t sc_rbus_iot; /* CardBus i/o rbus tag */75 rbus_tag_t sc_rbus_memt; /* CardBus mem rbus tag */[all …]