Lines Matching full:pcie
4 * @brief Public APIs for the PCIe EP drivers.
22 PCIE_OB_ANYMEM, /**< PCIe OB window within any address range */
23 PCIE_OB_LOWMEM, /**< PCIe OB window within 32-bit address range */
24 PCIE_OB_HIGHMEM, /**< PCIe OB window above 32-bit address range */
47 * @brief Callback API for PCIe reset interrupts
80 * @brief Read PCIe EP configuration space
101 * @brief Write PCIe EP configuration space
120 * @brief Map a host memory buffer to PCIe outbound region
122 * @details This API maps a host memory buffer to PCIe outbound region,
124 * multiple PCIe outbound regions if supported by SoC
128 * @param mapped_addr Mapped PCIe outbound region address
156 * @brief Remove mapping to PCIe outbound region
158 * @details This API removes mapping to PCIe outbound region.
159 * Mapped PCIe outbound region address is given as argument
163 * @param mapped_addr PCIe outbound region address
201 * executed part of corresponding PCIe reset handler
229 * are not talking about dedicated "PCIe DMA"; rather the one
230 * which does not understand PCIe address directly, and
265 * through PCIe outbound memory
287 * @details Helper API to achieve data transfer with system DMA through PCIe