Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pci/controller/
Dpcie-rcar.c113 rcar_pci_write_reg(pcie, flags, PCIELAMR(idx)); in rcar_pcie_set_inbound()
119 rcar_pci_write_reg(pcie, 0, PCIELAMR(idx + 1)); in rcar_pcie_set_inbound()
Dpcie-rcar.h44 #define PCIELAMR(x) (0x02208 + ((x) * 0x20)) macro