Searched refs:PCI_CB_BRIDGE_CONTROL (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/arch/arm/kernel/ |
H A D | bios32.c | 306 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 D | setup-bus.c | 1142 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 D | pci_regs.h | 191 #define PCI_CB_BRIDGE_CONTROL 0x3e macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | pci_regs.h | 192 #define PCI_CB_BRIDGE_CONTROL 0x3e macro
|
/openbmc/u-boot/cmd/ |
H A D | pci.c | 248 { "bridge control", PCI_SIZE_16, PCI_CB_BRIDGE_CONTROL },
|
/openbmc/u-boot/include/ |
H A D | pci.h | 297 #define PCI_CB_BRIDGE_CONTROL 0x3e macro
|