Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/drivers/pcie/endpoint/
Dpcie_ep_iproc.c166 if (reset < PCIE_PERST || reset >= PCIE_RESET_MAX) in iproc_pcie_register_reset_cb()
237 if (ctx->reset_cb[PCIE_PERST] != NULL) { in iproc_pcie_perst()
238 reset_data = ctx->reset_data[PCIE_PERST]; in iproc_pcie_perst()
239 ctx->reset_cb[PCIE_PERST](reset_data); in iproc_pcie_perst()
/Zephyr-Core-2.7.6/include/drivers/pcie/endpoint/
Dpcie_ep.h39 PCIE_PERST, /**< Cold reset */ enumerator