Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/pcie/
Dcap.h28 #define PCI_CAP_ID_MSI 0x05U /**< Message Signalled Interrupts */ macro
/Zephyr-latest/drivers/pcie/host/
Dshell.c30 { PCI_CAP_ID_MSI, "Message Signalled Interrupts" },
99 msi = pcie_get_cap(bdf, PCI_CAP_ID_MSI); in show_msi()
Dmsi.c21 base = pcie_get_cap(bdf, PCI_CAP_ID_MSI); in pcie_msi_base()