Searched defs:pcibios_softc (Results 1 – 2 of 2) sorted by relevance
53 struct pcibios_softc { struct54 struct device sc_dev;56 int max_bus;59 struct extent *extent_mem;60 struct extent *extent_port;61 bus_addr_t mem_alloc_start;62 bus_addr_t port_alloc_start;63 int nbogus;
513 void (*func)(struct pcibios_softc *, pci_chipset_tag_t, pcitag_t)) in pci_device_foreach()