Home
last modified time | relevance | path

Searched refs:PCIR_BRIDGECTL_1 (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sys/sparc64/pci/
Dofw_pcibus.c156 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()
Dapb.c184 pci_read_config(dev, PCIR_BRIDGECTL_1, 2); in apb_attach()
/freebsd-12-stable/sys/mips/cavium/
Doctopci.c657 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/
Dvga_pci.c122 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()
Dpcireg.h287 #define PCIR_BRIDGECTL_1 0x3e macro
Dpci.c637 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()
Dpci_pci.c1530 sc->bridgectl = pci_read_config(dev, PCIR_BRIDGECTL_1, 2); in pcib_attach_common()
/freebsd-12-stable/usr.sbin/pciconf/
Dpciconf.c410 bctl = read_config(fd, &p->pc_sel, PCIR_BRIDGECTL_1, 2); in print_bridge_windows()