Home
last modified time | relevance | path

Searched refs:PCI_CB_BRIDGE_CONTROL (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/arm/kernel/
H A Dbios32.c306 pci_read_config_word(dev, PCI_CB_BRIDGE_CONTROL, &status); in pcibios_fixup_bus()
308 pci_write_config_word(dev, PCI_CB_BRIDGE_CONTROL, status); in pcibios_fixup_bus()
/openbmc/linux/drivers/pci/
H A Dsetup-bus.c1142 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus()
1145 pci_write_config_word(bridge, PCI_CB_BRIDGE_CONTROL, ctrl); in pci_bus_size_cardbus()
1146 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus()
1150 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus()
1153 pci_write_config_word(bridge, PCI_CB_BRIDGE_CONTROL, ctrl); in pci_bus_size_cardbus()
1154 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus()
/openbmc/linux/include/uapi/linux/
H A Dpci_regs.h191 #define PCI_CB_BRIDGE_CONTROL 0x3e macro
/openbmc/qemu/include/standard-headers/linux/
H A Dpci_regs.h192 #define PCI_CB_BRIDGE_CONTROL 0x3e macro
/openbmc/u-boot/cmd/
H A Dpci.c248 { "bridge control", PCI_SIZE_16, PCI_CB_BRIDGE_CONTROL },
/openbmc/u-boot/include/
H A Dpci.h297 #define PCI_CB_BRIDGE_CONTROL 0x3e macro