Searched refs:PCIR_BRIDGECTL_1 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/sys/sparc64/pci/ |
| D | ofw_pcibus.c | 156 reg = CS_READ(PCIR_BRIDGECTL_1, 1); in ofw_pcibus_setup_device() 162 busno, slot, func, CS_READ(PCIR_BRIDGECTL_1, 1), reg); in ofw_pcibus_setup_device() 164 CS_WRITE(PCIR_BRIDGECTL_1, reg, 1); in ofw_pcibus_setup_device()
|
| D | apb.c | 184 pci_read_config(dev, PCIR_BRIDGECTL_1, 2); in apb_attach()
|
| /freebsd-12-stable/sys/mips/cavium/ |
| D | octopci.c | 657 brctl = octopci_read_config(dev, b, s, f, PCIR_BRIDGECTL_1, 1); in octopci_init_device() 662 octopci_write_config(dev, b, s, f, PCIR_BRIDGECTL_1, brctl, 1); in octopci_init_device() 665 octopci_write_config(dev, b, s, f, PCIR_BRIDGECTL_1, brctl, 1); in octopci_init_device() 695 octopci_write_config(dev, b, s, f, PCIR_BRIDGECTL_1, brctl, 1); in octopci_init_device() 698 octopci_write_config(dev, b, s, f, PCIR_BRIDGECTL_1, brctl, 1); in octopci_init_device()
|
| /freebsd-12-stable/sys/dev/pci/ |
| D | vga_pci.c | 122 config = pci_read_config(pcib, PCIR_BRIDGECTL_1, 2); in vga_pci_is_boot_display() 198 config = pci_read_config(pcib, PCIR_BRIDGECTL_1, 2); in vga_pci_map_bios() 201 pci_write_config(pcib, PCIR_BRIDGECTL_1, config, 2); in vga_pci_map_bios()
|
| D | pcireg.h | 287 #define PCIR_BRIDGECTL_1 0x3e macro
|
| D | pci.c | 637 cfg->bridge.br_control = REG(PCIR_BRIDGECTL_1, 2); in pci_hdrtypedata() 6011 pci_write_config(dev, PCIR_BRIDGECTL_1, in pci_cfg_restore() 6138 PCIR_BRIDGECTL_1, 2); in pci_cfg_save()
|
| D | pci_pci.c | 1530 sc->bridgectl = pci_read_config(dev, PCIR_BRIDGECTL_1, 2); in pcib_attach_common()
|
| /freebsd-12-stable/usr.sbin/pciconf/ |
| D | pciconf.c | 410 bctl = read_config(fd, &p->pc_sel, PCIR_BRIDGECTL_1, 2); in print_bridge_windows()
|