Home
last modified time | relevance | path

Searched refs:PCICONF (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/pci/controller/
Dpcie-rcar.h58 #define PCICONF(x) (0x010000 + ((x) * 0x4)) macro
115 #define RCONF(x) (PCICONF(0) + (x))
Dpcie-rcar-ep.c188 val = rcar_pci_read_reg(pcie, PCICONF(15)); in rcar_pcie_ep_write_header()
190 rcar_pci_write_reg(pcie, val, PCICONF(15)); in rcar_pcie_ep_write_header()
358 val = rcar_pci_read_reg(pcie, PCICONF(1)); in rcar_pcie_ep_assert_intx()
Dpcie-rcar-host.c206 *data = rcar_pci_read_reg(pcie, PCICONF(index)); in rcar_pcie_config_access()
208 rcar_pci_write_reg(pcie, *data, PCICONF(index)); in rcar_pcie_config_access()