Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/pci/controller/
Dpcie-rcar.c72 rcar_pci_write_reg(pcie, 0x00000000, PCIEPTCTLR(win)); in rcar_pcie_set_outbound()
99 rcar_pci_write_reg(pcie, mask, PCIEPTCTLR(win)); in rcar_pcie_set_outbound()
Dpcie-rcar.h53 #define PCIEPTCTLR(x) (0x0340c + ((x) * 0x20)) macro