Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/can/esd/
Desd_402_pci-core.c30 #define PCI402_PCICFG_MSICAP 0x50 macro
121 err = pci_read_config_word(pdev, PCI402_PCICFG_MSICAP + PCI_MSI_FLAGS, &csr); in pci402_set_msiconfig()
125 err = pci_read_config_dword(pdev, PCI402_PCICFG_MSICAP + PCI_MSI_ADDRESS_LO, in pci402_set_msiconfig()
129 err = pci_read_config_dword(pdev, PCI402_PCICFG_MSICAP + PCI_MSI_ADDRESS_HI, in pci402_set_msiconfig()
134 err = pci_read_config_dword(pdev, PCI402_PCICFG_MSICAP + PCI_MSI_DATA_64, in pci402_set_msiconfig()