Searched defs:ofw_pci_softc (Results 1 – 1 of 1) sorted by relevance
55 struct ofw_pci_softc { struct56 device_t sc_dev;57 phandle_t sc_node;58 int sc_bus;59 int sc_initialized;60 int sc_quirks;61 int sc_have_pmem;63 struct ofw_pci_range *sc_range;64 int sc_nrange;65 uint64_t sc_range_mask;[all …]