Searched refs:maxbus (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/cardbus/
H A Drbus_ppb.c148 int maxbus,
152 maxbus, rbus_do_header_fixup, (void *)&line);
201 int maxbus; member in struct:rbus_pci_addr_fixup_context
233 int minbus, const int maxbus)
236 const size_t size = sizeof(bus_size_t[maxbus+1]);
247 rct.maxbus = maxbus;
251 kmem_zalloc(maxbus * sizeof(rbus_tag_t), KM_SLEEP)) == NULL ||
253 kmem_zalloc(maxbus * sizeof(rbus_tag_t), KM_SLEEP)) == NULL)
258 minbus, maxbus);
146 rbus_intr_fixup(pci_chipset_tag_t pc, int minbus, int maxbus, int line) argument
228 rbus_pci_addr_fixup(struct ppb_cardbus_softc *csc, cardbus_chipset_tag_t ct, struct cardbus_softc *sc, pci_chipset_tag_t pc, struct cardbus_attach_args *caa, int minbus, const int maxbus) argument
635 int minbus, maxbus; local
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/stand/altboot/
H A Dpci.c55 unsigned maxbus; variable
65 maxbus = 0;
231 new = (maxbus += 1);
258 val = (maxbus << 16) | (val & 0xffff);
/netbsd-6-1-5-RELEASE/sys/arch/x86/pci/
H A Dpci_addr_fixup.c67 pci_addr_fixup(pci_chipset_tag_t pc, int maxbus) argument
105 pci_device_foreach(pc, maxbus, pciaddr_resource_reserve, NULL);
141 pci_device_foreach_min(pc, 0, maxbus, pciaddr_resource_allocate, NULL);
H A Dpci_machdep.c653 pci_device_foreach(pci_chipset_tag_t pc, int maxbus, argument
656 pci_device_foreach_min(pc, 0, maxbus, func, context);
660 pci_device_foreach_min(pci_chipset_tag_t pc, int minbus, int maxbus, argument
668 for (bus = minbus; bus <= maxbus; bus++) {
712 pci_bridge_foreach(pci_chipset_tag_t pc, int minbus, int maxbus, argument
720 pci_device_foreach_min(pc, minbus, maxbus, pci_bridge_hook,
H A Dpci_ranges.c867 pci_ranges_infer(pci_chipset_tag_t pc, int minbus, int maxbus, argument
883 pci_device_foreach_min(pc, minbus, maxbus, mmio_range_infer, &ric);
884 pci_device_foreach_min(pc, minbus, maxbus, io_range_infer, &ric);
/netbsd-6-1-5-RELEASE/sys/arch/i386/pci/
H A Dpcibios.c357 uint32_t *maxbus)
386 *maxbus = cx & 0xff;
355 pcibios_get_status(uint32_t *rev_maj, uint32_t *rev_min, uint32_t *mech1, uint32_t *mech2, uint32_t *scmech1, uint32_t *scmech2, uint32_t *maxbus) argument

Completed in 171 milliseconds