Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pcie/endpoint/
Dpcie_ep_iproc.c167 if (reset < PCIE_PERST || reset >= PCIE_RESET_MAX) { in iproc_pcie_register_reset_cb()
241 if (ctx->reset_cb[PCIE_PERST] != NULL) { in iproc_pcie_perst()
242 reset_data = ctx->reset_data[PCIE_PERST]; in iproc_pcie_perst()
243 ctx->reset_cb[PCIE_PERST](reset_data); in iproc_pcie_perst()
/Zephyr-latest/include/zephyr/drivers/pcie/endpoint/
Dpcie_ep.h39 PCIE_PERST, /**< Cold reset */ enumerator