Home
last modified time | relevance | path

Searched refs:PCICONF (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/controller/
H A Dpcie-rcar.h58 #define PCICONF(x) (0x010000 + ((x) * 0x4)) macro
108 #define RCONF(x) (PCICONF(0) + (x))
H A 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()
360 val = rcar_pci_read_reg(pcie, PCICONF(1)); in rcar_pcie_ep_assert_intx()
H A Dpcie-rcar-host.c102 *data = rcar_pci_read_reg(pcie, PCICONF(index)); in rcar_pcie_config_access()
104 rcar_pci_write_reg(pcie, *data, PCICONF(index)); in rcar_pcie_config_access()
/kernel/linux/linux-6.6/drivers/pci/controller/
H A Dpcie-rcar.h58 #define PCICONF(x) (0x010000 + ((x) * 0x4)) macro
115 #define RCONF(x) (PCICONF(0) + (x))
H A 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()
H A Dpcie-rcar-host.c191 *data = rcar_pci_read_reg(pcie, PCICONF(index)); in rcar_pcie_config_access()
193 rcar_pci_write_reg(pcie, *data, PCICONF(index)); in rcar_pcie_config_access()

Completed in 6 milliseconds