Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/pci/controller/
Dpcie-rcar-ep.c266 flags = rcar_pci_read_reg(pcie, MSICAP(fn)); in rcar_pcie_ep_set_msi()
268 rcar_pci_write_reg(pcie, flags, MSICAP(fn)); in rcar_pcie_ep_set_msi()
279 flags = rcar_pci_read_reg(pcie, MSICAP(fn)); in rcar_pcie_ep_get_msi()
387 val = rcar_pci_read_reg(pcie, MSICAP(fn)); in rcar_pcie_ep_assert_msi()
Dpcie-rcar.h61 #define MSICAP(x) (0x010050 + ((x) * 0x4)) macro