Home
last modified time | relevance | path

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

/components/drivers/pci/msi/
A Ddevice.c39 rt_pci_read_config_u16(pdev, pdev->msix_cap + PCIR_MSIX_CTRL, &ctrl); in rt_pci_msix_init()
43 … rt_pci_write_config_u16(pdev, pdev->msix_cap + PCIR_MSIX_CTRL, ctrl & ~PCIM_MSIXCTRL_MSIX_ENABLE); in rt_pci_msix_init()
A Dmsi.c63 rt_pci_read_config_u16(pdev, pdev->msix_cap + PCIR_MSIX_CTRL, &msgctl); in msix_update_ctrl()
66 rt_pci_write_config_u16(pdev, pdev->msix_cap + PCIR_MSIX_CTRL, msgctl); in msix_update_ctrl()
708 rt_pci_read_config_u16(pdev, pdev->msix_cap + PCIR_MSIX_CTRL, &msgctl); in rt_pci_msix_vector_count()
808 rt_pci_read_config_u16(pdev, pdev->msix_cap + PCIR_MSIX_CTRL, &msgctl); in msix_capability_init()
/components/drivers/pci/host/dw/
A Dpcie-dw_ep.c390 reg = ep_func->msix_cap + func_offset + PCIR_MSIX_CTRL; in dw_pcie_ep_set_msix()
426 reg = ep_func->msix_cap + func_offset + PCIR_MSIX_CTRL; in dw_pcie_ep_get_msix()
/components/drivers/pci/
A Dpci_regs.h910 #define PCIR_MSIX_CTRL 0x2 macro

Completed in 11 milliseconds