Home
last modified time | relevance | path

Searched refs:PCIE_PERST_INB (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/drivers/pcie/endpoint/
Dpcie_ep_iproc.c262 if (ctx->reset_cb[PCIE_PERST_INB] != NULL) { in iproc_pcie_hot_reset()
263 reset_data = ctx->reset_data[PCIE_PERST_INB]; in iproc_pcie_hot_reset()
264 ctx->reset_cb[PCIE_PERST_INB](reset_data); in iproc_pcie_hot_reset()
/Zephyr-Core-3.5.0/include/zephyr/drivers/pcie/endpoint/
Dpcie_ep.h40 PCIE_PERST_INB, /**< Inband hot reset */ enumerator