Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/pcie/
Dpcie.h422 #define PCIE_CONF_CMDSTAT_CAPS 0x00100000U /* capabilities list */ macro
/Zephyr-latest/drivers/pcie/host/
Dpcie.c61 if ((data & PCIE_CONF_CMDSTAT_CAPS) != 0U) { in pcie_get_cap()