Lines Matching +full:reg +full:- +full:space
1 /* SPDX-License-Identifier: GPL-2.0 */
7 /* PCI configuration space of a PCI-to-PCI bridge. */
42 /* PCI configuration space of the PCIe capabilities */
78 * configuration space. Return PCI_BRIDGE_EMUL_HANDLED when the
82 * in-memory copy of the configuration space.
85 int reg, u32 *value);
88 * Same as ->read_base(), except it is for reading from the
89 * PCIe capability configuration space.
92 int reg, u32 *value);
95 * space. old is the current value, new is the new value being
99 void (*write_base)(struct pci_bridge_emul *bridge, int reg,
103 * Same as ->write_base(), except it is for writing from the
104 * PCIe capability configuration space.
106 void (*write_pcie)(struct pci_bridge_emul *bridge, int reg,