Lines Matching +full:files +full:- +full:exclude
4 * SPDX-License-Identifier: Apache-2.0
19 #include <zephyr/dt-bindings/pcie/pcie.h>
34 * in include/dt-bindings/pcie/pcie.h: see PCIE_BDF() and friends, since
45 * look to PCIE_ID_* macros in include/dt-bindings/pcie/pcie.h for more.
49 /* Helper macro to exclude invalid PCIe identifiers. We should really only
117 * Initialize PCIe-related information within a specific instance of
158 * These functions are arch-, board-, or SoC-specific.
162 * @brief Read a 32-bit word from an endpoint's configuration space.
173 * @brief Write a 32-bit word to an endpoint's configuration space.
194 /** Scan all available PCI host controllers and sub-busses */
227 * @param bar_index 0-based BAR index
238 * @param index (0-based) index
242 * A PCI(e) endpoint has 0 or more memory-mapped regions. This function
245 * are order-preserving with respect to the endpoint BARs: e.g., index 0
246 * will return the lowest-numbered memory BAR on the endpoint.
255 * @param bar_index 0-based BAR index
266 * @param index (0-based) index
273 * are order-preserving with respect to the endpoint BARs: e.g., index 0
274 * will return the lowest-numbered I/O BAR on the endpoint.
453 * Words 4-9 are BARs are I/O or memory decoders. Memory decoders may
454 * be 64-bit decoders, in which case the next configuration word holds
455 * the high-order bits (and is, thus, not a BAR itself).
481 * Type 1 Header has files related to bus management
569 * @param flags_p Architecture-specific IRQ configuration flags..