Home
last modified time | relevance | path

Searched refs:PCIR_SUBBUS_1 (Results 1 – 8 of 8) sorted by relevance

/NextBSD/sys/mips/cavium/
HDoctopci.c204 octopci_write_config(dev, sc->sc_bus, 0, 0, PCIR_SUBBUS_1, 0xff, 1); in octopci_attach()
206 octopci_write_config(dev, sc->sc_bus, 0, 0, PCIR_SUBBUS_1, subbus, 1); in octopci_attach()
689 octopci_write_config(dev, b, s, f, PCIR_SUBBUS_1, 0xff, 1); in octopci_init_device()
703 octopci_write_config(dev, b, s, f, PCIR_SUBBUS_1, secbus, 1); in octopci_init_device()
/NextBSD/sys/sparc64/pci/
HDapb.c179 pci_read_config(dev, PCIR_SUBBUS_1, 1); in apb_attach()
/NextBSD/sys/powerpc/mpc85xx/
HDpci_mpc85xx.c616 slot, func, PCIR_SUBBUS_1, 1); in fsl_pcib_init()
642 PCIR_SUBBUS_1, new_subbus, 1); in fsl_pcib_init()
/NextBSD/sys/dev/pci/
HDpci_pci.c552 bus->sub_reg = PCIR_SUBBUS_1; in pcib_setup_secbus()
915 sc->bus.sub = pci_read_config(dev, PCIR_SUBBUS_1, 1); in pcib_attach_common()
993 pci_write_config(dev, PCIR_SUBBUS_1, 0xa, 1); in pcib_attach_common()
994 sc->bus.sub = pci_read_config(dev, PCIR_SUBBUS_1, 1); in pcib_attach_common()
HDpcireg.h243 #define PCIR_SUBBUS_1 0x1a macro
HDpci.c594 cfg->bridge.br_subbus = REG(PCIR_SUBBUS_1, 1); in pci_hdrtypedata()
3362 sub_reg = PCIR_SUBBUS_1; in pci_reserve_secbus()
3471 sub_reg = PCIR_SUBBUS_1; in pci_alloc_secbus()
5246 pci_write_config(dev, PCIR_SUBBUS_1, in pci_cfg_restore()
5365 PCIR_SUBBUS_1, 1); in pci_cfg_save()
/NextBSD/sys/mips/rt305x/
HDrt305x_pci.c796 rt305x_pci_write_config(dev, bus, slot, func, PCIR_SUBBUS_1, in rt305x_pcib_init_bridge()
/NextBSD/usr.sbin/pciconf/
HDpciconf.c445 print_bus_range(fd, p, PCIR_SECBUS_1, PCIR_SUBBUS_1); in list_bridge()