Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/controller/
Dpcie-rcar.h58 #define PCICONF(x) (0x010000 + ((x) * 0x4)) macro
115 #define RCONF(x) (PCICONF(0) + (x))
Dpcie-rcar-ep.c191 val = rcar_pci_read_reg(pcie, PCICONF(15)); in rcar_pcie_ep_write_header()
193 rcar_pci_write_reg(pcie, val, PCICONF(15)); in rcar_pcie_ep_write_header()
361 val = rcar_pci_read_reg(pcie, PCICONF(1)); in rcar_pcie_ep_assert_intx()
Dpcie-rcar-host.c116 *data = rcar_pci_read_reg(pcie, PCICONF(index)); in rcar_pcie_config_access()
118 rcar_pci_write_reg(pcie, *data, PCICONF(index)); in rcar_pcie_config_access()