Home
last modified time | relevance | path

Searched refs:PCIR_MSI_CTRL (Results 1 – 4 of 4) sorted by relevance

/components/drivers/pci/msi/
A Ddevice.c19 rt_pci_read_config_u16(pdev, pdev->msi_cap + PCIR_MSI_CTRL, &ctrl); 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()
A Dmsi.c116 rt_pci_read_config_u16(pdev, pdev->msi_cap + PCIR_MSI_CTRL, &msgctl); in msi_write_enable()
125 rt_pci_write_config_u16(pdev, pdev->msi_cap + PCIR_MSI_CTRL, msgctl); in msi_write_enable()
293 rt_pci_read_config_u16(pdev, pos + PCIR_MSI_CTRL, &msgctl); in rt_pci_msi_write_msg()
296 rt_pci_write_config_u16(pdev, pos + PCIR_MSI_CTRL, msgctl); in rt_pci_msi_write_msg()
320 rt_pci_read_config_u16(pdev, pos + PCIR_MSI_CTRL, &msgctl); in rt_pci_msi_write_msg()
517 rt_pci_read_config_u16(pdev, pdev->msi_cap + PCIR_MSI_CTRL, &msgctl); in rt_pci_msi_vector_count()
555 rt_pci_read_config_u16(pdev, pdev->msi_cap + PCIR_MSI_CTRL, &msgctl); in msi_setup_msi_desc()
/components/drivers/pci/host/dw/
A Dpcie-dw_ep.c330 reg = ep_func->msi_cap + func_offset + PCIR_MSI_CTRL; in dw_pcie_ep_set_msi()
359 reg = ep_func->msi_cap + func_offset + PCIR_MSI_CTRL; in dw_pcie_ep_get_msi()
523 reg = ep_func->msi_cap + func_offset + PCIR_MSI_CTRL; in dw_pcie_ep_raise_msi_irq()
/components/drivers/pci/
A Dpci_regs.h532 #define PCIR_MSI_CTRL 0x2 macro

Completed in 11 milliseconds