Home
last modified time | relevance | path

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

/linux-6.15/arch/arm/kernel/
H A Dbios32.c306 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.15/drivers/pci/
H A Dsetup-bus.c1341 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus()
1344 pci_write_config_word(bridge, PCI_CB_BRIDGE_CONTROL, ctrl); in pci_bus_size_cardbus()
1345 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus()
1349 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus()
1352 pci_write_config_word(bridge, PCI_CB_BRIDGE_CONTROL, ctrl); in pci_bus_size_cardbus()
1353 pci_read_config_word(bridge, PCI_CB_BRIDGE_CONTROL, &ctrl); in pci_bus_size_cardbus()
/linux-6.15/include/uapi/linux/
H A Dpci_regs.h192 #define PCI_CB_BRIDGE_CONTROL 0x3e macro