Searched refs:PCI_CB_BRIDGE_CONTROL (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/unicore32/kernel/ |
D | pci.c | 213 pci_read_config_word(dev, PCI_CB_BRIDGE_CONTROL, in pcibios_fixup_bus() 217 pci_write_config_word(dev, PCI_CB_BRIDGE_CONTROL, in pcibios_fixup_bus()
|
/linux-4.1.27/drivers/pci/ |
D | setup-bus.c | 1163 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus() 1166 pci_write_config_word(bridge, PCI_CB_BRIDGE_CONTROL, ctrl); in pci_bus_size_cardbus() 1167 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus() 1174 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus() 1177 pci_write_config_word(bridge, PCI_CB_BRIDGE_CONTROL, ctrl); in pci_bus_size_cardbus() 1178 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus()
|
/linux-4.1.27/arch/arm/kernel/ |
D | bios32.c | 333 pci_read_config_word(dev, PCI_CB_BRIDGE_CONTROL, &status); in pcibios_fixup_bus() 335 pci_write_config_word(dev, PCI_CB_BRIDGE_CONTROL, status); in pcibios_fixup_bus()
|
/linux-4.1.27/include/uapi/linux/ |
D | pci_regs.h | 181 #define PCI_CB_BRIDGE_CONTROL 0x3e macro
|