Home
last modified time | relevance | path

Searched refs:PCIR_SUBBUS_2 (Results 1 – 5 of 5) sorted by relevance

/freebsd-14-stable/sys/dev/pccbb/
HDpccbb_pci.c302 sc->bus.sub = pci_read_config(brdev, PCIR_SUBBUS_2, 1); in cbb_pci_attach()
377 pci_write_config(brdev, PCIR_SUBBUS_2, sc->bus.sub, 1); in cbb_pci_attach()
/freebsd-14-stable/sys/dev/pci/
HDpcireg.h302 #define PCIR_SUBBUS_2 0x1a macro
HDpci.c679 cfg->bridge.br_subbus = REG(PCIR_SUBBUS_2, 1); in pci_hdrtypedata()
3794 sub_reg = PCIR_SUBBUS_2; in pci_reserve_secbus()
3903 sub_reg = PCIR_SUBBUS_2; in pci_alloc_secbus()
6312 pci_write_config(dev, PCIR_SUBBUS_2, in pci_cfg_restore()
6439 PCIR_SUBBUS_2, 1); in pci_cfg_save()
HDpci_pci.c641 bus->sub_reg = PCIR_SUBBUS_2; in pcib_setup_secbus()
/freebsd-14-stable/usr.sbin/pciconf/
HDpciconf.c484 print_bus_range(fd, p, PCIR_SECBUS_2, PCIR_SUBBUS_2); in list_bridge()