Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpcireg.h317 #define PCIR_BRIDGECTL_2 0x3e macro
H A Dpci.c668 cfg->bridge.br_control = REG(PCIR_BRIDGECTL_2, 2); in pci_hdrtypedata()
6113 pci_write_config(dev, PCIR_BRIDGECTL_2, in pci_cfg_restore()
6240 PCIR_BRIDGECTL_2, 2); in pci_cfg_save()
/freebsd/usr.sbin/pciconf/
H A Dpciconf.c463 bctl = read_config(fd, &p->pc_sel, PCIR_BRIDGECTL_2, 2); in print_cardbus_windows()