Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/sparc64/pci/
Dofw_pcibus.c151 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()
Dapb.c181 pci_read_config(dev, PCIR_BRIDGECTL_1, 2); in apb_attach()
/freebsd-10-stable/sys/mips/cavium/
Doctopci.c655 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/
Dvga_pci.c119 config = pci_read_config(pcib, PCIR_BRIDGECTL_1, 2); in vga_pci_is_boot_display()
Dpcireg.h261 #define PCIR_BRIDGECTL_1 0x3e macro
Dpci_pci.c856 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/
Dpciconf.c388 bctl = read_config(fd, &p->pc_sel, PCIR_BRIDGECTL_1, 2); in print_bridge_windows()