Searched refs:PCIELAR (Results 1 – 2 of 2) sorted by relevance
112 rcar_pci_write_reg(pcie, lower_32_bits(cpu_addr), PCIELAR(idx)); in rcar_pcie_set_inbound()118 rcar_pci_write_reg(pcie, upper_32_bits(cpu_addr), PCIELAR(idx + 1)); in rcar_pcie_set_inbound()
43 #define PCIELAR(x) (0x02200 + ((x) * 0x20)) macro