Searched refs:PCI_CB_BRIDGE_CONTROL (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/arch/unicore32/kernel/ |
| D | pci.c | 209 pci_read_config_word(dev, PCI_CB_BRIDGE_CONTROL, in pcibios_fixup_bus() 213 pci_write_config_word(dev, PCI_CB_BRIDGE_CONTROL, in pcibios_fixup_bus()
|
| /Linux-v5.4/arch/arm/kernel/ |
| D | bios32.c | 325 pci_read_config_word(dev, PCI_CB_BRIDGE_CONTROL, &status); in pcibios_fixup_bus() 327 pci_write_config_word(dev, PCI_CB_BRIDGE_CONTROL, status); in pcibios_fixup_bus()
|
| /Linux-v5.4/drivers/pci/ |
| D | setup-bus.c | 1125 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus() 1128 pci_write_config_word(bridge, PCI_CB_BRIDGE_CONTROL, ctrl); in pci_bus_size_cardbus() 1129 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus() 1133 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus() 1136 pci_write_config_word(bridge, PCI_CB_BRIDGE_CONTROL, ctrl); in pci_bus_size_cardbus() 1137 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus()
|
| /Linux-v5.4/include/uapi/linux/ |
| D | pci_regs.h | 189 #define PCI_CB_BRIDGE_CONTROL 0x3e macro
|