Searched refs:PCI_CB_BRIDGE_CONTROL (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/arch/arm/kernel/ |
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()
|
/linux-6.6.21/drivers/pci/ |
D | setup-bus.c | 1144 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus() 1147 pci_write_config_word(bridge, PCI_CB_BRIDGE_CONTROL, ctrl); in pci_bus_size_cardbus() 1148 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus() 1152 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus() 1155 pci_write_config_word(bridge, PCI_CB_BRIDGE_CONTROL, ctrl); in pci_bus_size_cardbus() 1156 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus()
|
/linux-6.6.21/include/uapi/linux/ |
D | pci_regs.h | 191 #define PCI_CB_BRIDGE_CONTROL 0x3e macro
|