Home
last modified time | relevance | path

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

/linux-4.4.14/arch/unicore32/kernel/
Dpci.c213 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.4.14/drivers/pci/
Dsetup-bus.c1164 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus()
1167 pci_write_config_word(bridge, PCI_CB_BRIDGE_CONTROL, ctrl); in pci_bus_size_cardbus()
1168 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus()
1175 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus()
1178 pci_write_config_word(bridge, PCI_CB_BRIDGE_CONTROL, ctrl); in pci_bus_size_cardbus()
1179 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus()
/linux-4.4.14/arch/arm/kernel/
Dbios32.c324 pci_read_config_word(dev, PCI_CB_BRIDGE_CONTROL, &status); in pcibios_fixup_bus()
326 pci_write_config_word(dev, PCI_CB_BRIDGE_CONTROL, status); in pcibios_fixup_bus()
/linux-4.4.14/include/uapi/linux/
Dpci_regs.h181 #define PCI_CB_BRIDGE_CONTROL 0x3e macro