Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/pci/controller/
Dpcie-rcar.c112 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()
Dpcie-rcar.h43 #define PCIELAR(x) (0x02200 + ((x) * 0x20)) macro