Searched refs:PCIR_BRIDGECTL_1 (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/sys/sparc64/pci/ |
| D | ofw_pcibus.c | 151 reg = CS_READ(PCIR_BRIDGECTL_1, 1); in ofw_pcibus_setup_device() 157 busno, slot, func, CS_READ(PCIR_BRIDGECTL_1, 1), reg); in ofw_pcibus_setup_device() 159 CS_WRITE(PCIR_BRIDGECTL_1, reg, 1); in ofw_pcibus_setup_device()
|
| D | apb.c | 181 pci_read_config(dev, PCIR_BRIDGECTL_1, 2); in apb_attach()
|
| /freebsd-10-stable/sys/mips/cavium/ |
| D | octopci.c | 655 brctl = octopci_read_config(dev, b, s, f, PCIR_BRIDGECTL_1, 1); in octopci_init_device() 660 octopci_write_config(dev, b, s, f, PCIR_BRIDGECTL_1, brctl, 1); in octopci_init_device() 663 octopci_write_config(dev, b, s, f, PCIR_BRIDGECTL_1, brctl, 1); in octopci_init_device() 693 octopci_write_config(dev, b, s, f, PCIR_BRIDGECTL_1, brctl, 1); in octopci_init_device() 696 octopci_write_config(dev, b, s, f, PCIR_BRIDGECTL_1, brctl, 1); in octopci_init_device()
|
| /freebsd-10-stable/sys/dev/pci/ |
| D | vga_pci.c | 119 config = pci_read_config(pcib, PCIR_BRIDGECTL_1, 2); in vga_pci_is_boot_display()
|
| D | pcireg.h | 261 #define PCIR_BRIDGECTL_1 0x3e macro
|
| D | pci_pci.c | 856 sc->bridgectl = pci_read_config(dev, PCIR_BRIDGECTL_1, 2); in pcib_cfg_save() 880 pci_write_config(dev, PCIR_BRIDGECTL_1, sc->bridgectl, 2); in pcib_cfg_restore()
|
| /freebsd-10-stable/usr.sbin/pciconf/ |
| D | pciconf.c | 388 bctl = read_config(fd, &p->pc_sel, PCIR_BRIDGECTL_1, 2); in print_bridge_windows()
|