Searched refs:PCIR_MSIX_CTRL (Results 1 – 4 of 4) sorted by relevance
| /components/drivers/pci/msi/ |
| A D | device.c | 39 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 D | msi.c | 63 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 D | pcie-dw_ep.c | 390 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 D | pci_regs.h | 910 #define PCIR_MSIX_CTRL 0x2 macro
|
Completed in 11 milliseconds