Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pcie/endpoint/
Dpcie_ep_iproc.c284 if (ctx->reset_cb[PCIE_FLR] != NULL) { in iproc_pcie_flr()
285 reset_data = ctx->reset_data[PCIE_FLR]; in iproc_pcie_flr()
286 ctx->reset_cb[PCIE_FLR](reset_data); in iproc_pcie_flr()
/Zephyr-latest/include/zephyr/drivers/pcie/endpoint/
Dpcie_ep.h41 PCIE_FLR, /**< Functional Level Reset */ enumerator