Searched refs:PCIM_MSICTRL_MSI_ENABLE (Results 1 – 4 of 4) sorted by relevance
21 if (ctrl & PCIM_MSICTRL_MSI_ENABLE) in rt_pci_msi_init()23 … rt_pci_write_config_u16(pdev, pdev->msi_cap + PCIR_MSI_CTRL, ctrl & ~PCIM_MSICTRL_MSI_ENABLE); in rt_pci_msi_init()
118 msgctl &= ~PCIM_MSICTRL_MSI_ENABLE; in msi_write_enable()122 msgctl |= PCIM_MSICTRL_MSI_ENABLE; in msi_write_enable()
551 #define PCIM_MSICTRL_MSI_ENABLE 0x0001 macro
362 if (!(val & PCIM_MSICTRL_MSI_ENABLE)) in dw_pcie_ep_get_msi()
Completed in 13 milliseconds