Home
last modified time | relevance | path

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

/freebsd/sys/dev/pccbb/
H A Dpccbb_pci.c300 sc->bus.sec = pci_read_config(brdev, PCIR_SECBUS_2, 1); in cbb_pci_attach()
375 pci_write_config(brdev, PCIR_SECBUS_2, sc->bus.sec, 1); in cbb_pci_attach()
/freebsd/sys/dev/pci/
H A Dpcireg.h301 #define PCIR_SECBUS_2 0x19 macro
H A Dpci.c666 cfg->bridge.br_secbus = REG(PCIR_SECBUS_2, 1); in pci_hdrtypedata()
3717 sec_reg = PCIR_SECBUS_2; in pci_reserve_secbus()
3826 sec_reg = PCIR_SECBUS_2; in pci_alloc_secbus()
6109 pci_write_config(dev, PCIR_SECBUS_2, in pci_cfg_restore()
6236 PCIR_SECBUS_2, 1); in pci_cfg_save()
H A Dpci_pci.c640 sec_reg = PCIR_SECBUS_2; in pcib_setup_secbus()
/freebsd/usr.sbin/pciconf/
H A Dpciconf.c484 print_bus_range(fd, p, PCIR_SECBUS_2, PCIR_SUBBUS_2); in list_bridge()