Home
last modified time | relevance | path

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

/dragonfly/sys/dev/pccard/pccbb/
HDpccbb_pci.c311 sc->secbus = pci_read_config(brdev, PCIR_SECBUS_2, 1); in cbb_pci_attach()
356 pci_write_config(brdev, PCIR_SECBUS_2, sc->secbus, 1); in cbb_pci_attach()
/dragonfly/sys/bus/pci/
HDpcireg.h250 #define PCIR_SECBUS_2 0x19 macro
/dragonfly/usr.sbin/pciconf/
HDpciconf.c423 print_bus_range(fd, p, PCIR_SECBUS_2, PCIR_SUBBUS_2); in list_bridge()