Home
last modified time | relevance | path

Searched refs:PCIE_EXT_CAP_ID_PTM (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/pcie/host/
Dptm.c51 reg = pcie_get_ext_cap(config->pcie->bdf, PCIE_EXT_CAP_ID_PTM); in pcie_ptm_root_init()
78 base = pcie_get_ext_cap(bdf, PCIE_EXT_CAP_ID_PTM); in DT_INST_FOREACH_STATUS_OKAY()
Dshell.c80 { PCIE_EXT_CAP_ID_PTM, "Precision Time Measurement" },
/Zephyr-latest/include/zephyr/drivers/pcie/
Dcap.h84 #define PCIE_EXT_CAP_ID_PTM 0x001FU /**< Precision Time Measurement */ macro