Home
last modified time | relevance | path

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

/linux/drivers/pci/controller/
H A 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()
H A Dpcie-rcar.h44 #define PCIELAMR(x) (0x02208 + ((x) * 0x20)) macro